public class BooleanPropertyAssert extends AbstractAssert<BooleanPropertyAssert,BooleanProperty>
BooleanPropertys.
To create an instance of this class, invoke
.
Assertions.assertThat(BooleanProperty)
actual, info, myself| Modifier | Constructor and Description |
|---|---|
protected |
BooleanPropertyAssert(BooleanProperty actual) |
| Modifier and Type | Method and Description |
|---|---|
BooleanPropertyAssert |
hasSameValue(ObservableBooleanValue expectedValue)
Verifies that the actual observable has the same value as the given observable.
|
BooleanPropertyAssert |
isBound()
Verifies that the actual observable is bound by another observable.
|
BooleanPropertyAssert |
isFalse()
Verifies that the actual observable boolean has a value of
false. |
BooleanPropertyAssert |
isTrue()
Verifies that the actual observable boolean has a value of
true. |
as, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparatorprotected BooleanPropertyAssert(BooleanProperty actual)
public BooleanPropertyAssert isTrue()
true.this assertion instance.public BooleanPropertyAssert isFalse()
false.this assertion instance.public BooleanPropertyAssert isBound()
this assertion instance.public BooleanPropertyAssert hasSameValue(ObservableBooleanValue expectedValue)
expectedValue - the observable value to compare with the actual observables current value.this assertion instance.