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 TypeClassDescriptionclassAbstractBooleanAssert<SELF extends AbstractBooleanAssert<SELF>>Base class for all implementations of assertions forBooleans.Subclasses of AbstractBooleanAssert in org.assertj.core.apiFields in org.assertj.core.api with type parameters of type AbstractBooleanAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<Boolean, AbstractBooleanAssert<?>> InstanceOfAssertFactories.BOOLEANMethods in org.assertj.core.api that return AbstractBooleanAssertModifier and TypeMethodDescriptionAbstractStringAssert.asBoolean()Parses the actual value as boolean, the parsed boolean becoming the new value under test.static AbstractBooleanAssert<?> Assertions.assertThat(boolean actual) Creates a new instance of.BooleanAssertstatic AbstractBooleanAssert<?> Assertions.assertThat(Boolean actual) Creates a new instance of.BooleanAssertstatic AbstractBooleanAssert<?> AssertionsForClassTypes.assertThat(boolean actual) Creates a new instance of.BooleanAssertstatic AbstractBooleanAssert<?> AssertionsForClassTypes.assertThat(Boolean actual) Creates a new instance of.BooleanAssertstatic AbstractBooleanAssert<?> Java6Assertions.assertThat(boolean actual) Deprecated.Creates a new instance of.BooleanAssertstatic AbstractBooleanAssert<?> Java6Assertions.assertThat(Boolean actual) Deprecated.Creates a new instance of.BooleanAssertdefault AbstractBooleanAssert<?> WithAssertions.assertThat(boolean actual) Creates a new instance of.BooleanAssertdefault AbstractBooleanAssert<?> WithAssertions.assertThat(Boolean actual) Creates a new instance of.BooleanAssertstatic AbstractBooleanAssert<?> Assumptions.assumeThat(boolean actual) Creates a new instance ofassumption.BooleanAssertstatic AbstractBooleanAssert<?> Assumptions.assumeThat(Boolean actual) Creates a new instance ofassumption.BooleanAssertdefault AbstractBooleanAssert<?> WithAssumptions.assumeThat(boolean actual) Creates a new instance ofassumption.BooleanAssertdefault AbstractBooleanAssert<?> WithAssumptions.assumeThat(Boolean actual) Creates a new instance ofassumption.BooleanAssertstatic AbstractBooleanAssert<?> BDDAssumptions.given(boolean actual) Creates a new assumption's instance for abooleanvalue.static AbstractBooleanAssert<?> Creates a new assumption's instance for aBooleanvalue.static AbstractBooleanAssert<?> BDDAssertions.then(boolean actual) Creates a new instance of.BooleanAssertstatic AbstractBooleanAssert<?> Creates a new instance of.BooleanAssertstatic AbstractBooleanAssert<?> Java6BDDAssertions.then(boolean actual) Deprecated.Creates a new instance of.BooleanAssertstatic AbstractBooleanAssert<?> Deprecated.Creates a new instance of.BooleanAssert