public class Assertions
extends org.assertj.core.api.Assertions
| Modifier | Constructor and Description |
|---|---|
protected |
Assertions() |
| Modifier and Type | Method and Description |
|---|---|
static ButtonAssert |
assertThat(javafx.scene.control.Button actual)
Create assertion for
Button. |
static ColorAssert |
assertThat(javafx.scene.paint.Color actual)
Create assertion for
Color. |
static <T> ComboBoxAssert<T> |
assertThat(javafx.scene.control.ComboBox<T> actual)
Create assertion for
ComboBox. |
static Dimension2DAssert |
assertThat(javafx.geometry.Dimension2D actual)
Create assertion for
Dimension2D. |
static LabeledAssert |
assertThat(javafx.scene.control.Labeled actual)
Create assertion for
Button. |
static <T> ListViewAssert<T> |
assertThat(javafx.scene.control.ListView<T> actual)
Create assertion for
ListView. |
static NodeAssert |
assertThat(javafx.scene.Node actual)
Create assertion for
Button. |
static ParentAssert |
assertThat(javafx.scene.Parent actual)
Create assertion for
Parent. |
static <T> TableViewAssert<T> |
assertThat(javafx.scene.control.TableView<T> actual)
Create assertion for
TableView. |
static TextAssert |
assertThat(javafx.scene.text.Text actual)
Create assertion for
Text. |
static TextFlowAssert |
assertThat(javafx.scene.text.TextFlow actual)
Create assertion for
TextFlow. |
static TextInputControlAssert |
assertThat(javafx.scene.control.TextInputControl actual)
Create assertion for
TextInputControl. |
static WindowAssert |
assertThat(javafx.stage.Window actual)
Create assertion for
Window. |
allOf, allOf, anyOf, anyOf, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThatCode, assertThatExceptionOfType, assertThatIllegalArgumentException, assertThatIllegalStateException, assertThatIOException, assertThatNullPointerException, assertThatThrownBy, assertThatThrownBy, atIndex, byLessThan, byLessThan, byLessThan, byLessThan, byLessThan, byLessThan, byLessThan, byLessThan, byLessThan, catchThrowable, catchThrowableOfType, contentOf, contentOf, contentOf, contentOf, contentOf, contentOf, doesNotHave, entry, extractProperty, extractProperty, fail, fail, fail, failBecauseExceptionWasNotThrown, filter, filter, from, in, linesOf, linesOf, linesOf, linesOf, linesOf, linesOf, not, not, notIn, offset, offset, registerCustomDateFormat, registerCustomDateFormat, registerFormatterForType, setAllowComparingPrivateFields, setAllowExtractingPrivateFields, setLenientDateParsing, setMaxElementsForPrinting, setMaxLengthForSingleLineDescription, setRemoveAssertJRelatedElementsFromStackTrace, shouldHaveThrown, tuple, useDefaultDateFormatsOnly, useDefaultRepresentation, useRepresentation, within, within, within, within, within, within, within, within, within, withinPercentage, withinPercentage, withinPercentage, withPrecision, withPrecisionpublic static ButtonAssert assertThat(javafx.scene.control.Button actual)
Button.actual - the actual valuepublic static ColorAssert assertThat(javafx.scene.paint.Color actual)
Color.actual - the actual valuepublic static <T> ComboBoxAssert<T> assertThat(javafx.scene.control.ComboBox<T> actual)
ComboBox.T - the type of the value contained in the ComboBoxactual - the actual valuepublic static Dimension2DAssert assertThat(javafx.geometry.Dimension2D actual)
Dimension2D.actual - the actual valuepublic static LabeledAssert assertThat(javafx.scene.control.Labeled actual)
Button.actual - the actual valuepublic static <T> ListViewAssert<T> assertThat(javafx.scene.control.ListView<T> actual)
ListView.T - the type of the value contained in the ListViewactual - the actual valuepublic static NodeAssert assertThat(javafx.scene.Node actual)
Button.actual - the actual valuepublic static ParentAssert assertThat(javafx.scene.Parent actual)
Parent.actual - the actual valuepublic static <T> TableViewAssert<T> assertThat(javafx.scene.control.TableView<T> actual)
TableView.T - the type of the value contained in the TableViewactual - the actual valuepublic static TextAssert assertThat(javafx.scene.text.Text actual)
Text.actual - the actual valuepublic static TextFlowAssert assertThat(javafx.scene.text.TextFlow actual)
TextFlow.actual - the actual valuepublic static TextInputControlAssert assertThat(javafx.scene.control.TextInputControl actual)
TextInputControl.actual - the actual valuepublic static WindowAssert assertThat(javafx.stage.Window actual)
Window.actual - the actual value