public class BooleanAssert extends AbstractBooleanAssert<BooleanAssert>
Booleans.
To create an instance of this class, invoke or
Assertions.assertThat(Boolean).
Assertions.assertThat(boolean)
actual, info, myself| Modifier | Constructor and Description |
|---|---|
protected |
BooleanAssert(Boolean actual) |
isEqualTo, isFalse, isNotEqualTo, isTrue, usingComparatoras, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingDefaultComparator, withThreadDumpOnErrorprotected BooleanAssert(Boolean actual)
Copyright © 2013-2015 AssertJ. All Rights Reserved.