Uses of Class
org.assertj.core.api.AbstractBooleanAssert
Packages that use AbstractBooleanAssert
-
Uses of AbstractBooleanAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractBooleanAssertModifier and TypeClassDescriptionclass
AbstractBooleanAssert<SELF extends AbstractBooleanAssert<SELF>>
Base class for all implementations of assertions forBoolean
s.Subclasses of AbstractBooleanAssert in org.assertj.core.apiMethods in org.assertj.core.api that return AbstractBooleanAssertModifier and TypeMethodDescriptionstatic AbstractBooleanAssert
<?> Assertions.assertThat
(boolean actual) Creates a new instance of
.BooleanAssert
static AbstractBooleanAssert
<?> Assertions.assertThat
(Boolean actual) Creates a new instance of
.BooleanAssert
static AbstractBooleanAssert
<?> AssertionsForClassTypes.assertThat
(boolean actual) Creates a new instance of
.BooleanAssert
static AbstractBooleanAssert
<?> AssertionsForClassTypes.assertThat
(Boolean actual) Creates a new instance of
.BooleanAssert
static AbstractBooleanAssert
<?> Java6Assertions.assertThat
(boolean actual) Creates a new instance of
.BooleanAssert
static AbstractBooleanAssert
<?> Java6Assertions.assertThat
(Boolean actual) Creates a new instance of
.BooleanAssert
default AbstractBooleanAssert
<?> WithAssertions.assertThat
(boolean actual) Delegate call toAssertions.assertThat(boolean)
default AbstractBooleanAssert
<?> WithAssertions.assertThat
(Boolean actual) Delegate call toAssertions.assertThat(Boolean)
static AbstractBooleanAssert
<?> BDDAssertions.then
(boolean actual) Creates a new instance of
.BooleanAssert
static AbstractBooleanAssert
<?> Creates a new instance of
.BooleanAssert
static AbstractBooleanAssert
<?> Java6BDDAssertions.then
(boolean actual) Creates a new instance of
.BooleanAssert
static AbstractBooleanAssert
<?> Creates a new instance of
.BooleanAssert