public class Assertions extends Object
| Constructor and Description |
|---|
Assertions() |
public static NumberBindingAssert assertThat(NumberBinding actual)
NumberBindingAssert.actual - the actual value.public static <T> BindingAssert<T> assertThat(Binding<T> actual)
BindingAssert.T - the generic type of the binding.actual - the actual value.public static BooleanBindingAssert assertThat(BooleanBinding actual)
BooleanBindingAssert.actual - the actual value.public static DoubleBindingAssert assertThat(DoubleBinding actual)
DoubleBindingAssert.actual - the actual value.public static FloatBindingAssert assertThat(FloatBinding actual)
FloatBindingAssert.actual - the actual value.public static IntegerBindingAssert assertThat(IntegerBinding actual)
IntegerBindingAssert.actual - the actual value.public static LongBindingAssert assertThat(LongBinding actual)
LongBindingAssert.actual - the actual value.public static StringBindingAssert assertThat(StringBinding actual)
StringBindingAssert.actual - the actual value.public static <T> ObjectBindingAssert<T> assertThat(ObjectBinding<T> actual)
ObjectBindingAssert.T - the generic type of the object binding.actual - the actual value.public static ObservableNumberValueAssert assertThat(ObservableNumberValue actual)
ObservableNumberValueAssert.actual - the actual value.public static ObservableBooleanValueAssert assertThat(ObservableBooleanValue actual)
ObservableBooleanValueAssert.actual - the actual value.public static ObservableStringValueAssert assertThat(ObservableStringValue actual)
ObservableStringValueAssert.actual - the actual value.public static <T> ObservableObjectValueAssert<T> assertThat(ObservableObjectValue<T> actual)
ObservableObjectValueAssert.T - the generic type of the observable object value.actual - the actual value.public static <T> ObservableValueAssert<T> assertThat(ObservableValue<T> actual)
public static BooleanPropertyAssert assertThat(BooleanProperty actual)
BooleanPropertyAssert.actual - the actual value.public static DoublePropertyAssert assertThat(DoubleProperty actual)
DoublePropertyAssert.actual - the actual value.public static FloatPropertyAssert assertThat(FloatProperty actual)
FloatPropertyAssert.actual - the actual value.public static IntegerPropertyAssert assertThat(IntegerProperty actual)
IntegerPropertyAssert.actual - the actual value.public static LongPropertyAssert assertThat(LongProperty actual)
LongPropertyAssert.actual - the actual value.public static StringPropertyAssert assertThat(StringProperty actual)
StringPropertyAssert.actual - the actual value.public static <T> ObjectPropertyAssert<T> assertThat(ObjectProperty<T> actual)
ObjectPropertyAssert.T - the generic type of the object property.actual - the actual value.public static ReadOnlyBooleanPropertyAssert assertThat(ReadOnlyBooleanProperty actual)
ReadOnlyBooleanPropertyAssert.actual - the actual value.public static ReadOnlyDoublePropertyAssert assertThat(ReadOnlyDoubleProperty actual)
ReadOnlyDoublePropertyAssert.actual - the actual value.public static ReadOnlyFloatPropertyAssert assertThat(ReadOnlyFloatProperty actual)
ReadOnlyFloatPropertyAssert.actual - the actual value.public static ReadOnlyIntegerPropertyAssert assertThat(ReadOnlyIntegerProperty actual)
ReadOnlyIntegerPropertyAssert.actual - the actual value.public static ReadOnlyLongPropertyAssert assertThat(ReadOnlyLongProperty actual)
ReadOnlyLongPropertyAssert.actual - the actual value.public static ReadOnlyStringPropertyAssert assertThat(ReadOnlyStringProperty actual)
ReadOnlyStringPropertyAssert.actual - the actual value.public static <T> ReadOnlyObjectPropertyAssert<T> assertThat(ReadOnlyObjectProperty<T> actual)
ReadOnlyObjectPropertyAssert.T - the generic type of the object property.actual - the actual value.