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