Uses of Class
org.assertj.core.api.AbstractFloatAssert
Packages that use AbstractFloatAssert
-
Uses of AbstractFloatAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractFloatAssertModifier and TypeClassDescriptionclassAbstractFloatAssert<SELF extends AbstractFloatAssert<SELF>>Base class for all implementations of assertions forFloats.Subclasses of AbstractFloatAssert in org.assertj.core.apiFields in org.assertj.core.api with type parameters of type AbstractFloatAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<Float, AbstractFloatAssert<?>> InstanceOfAssertFactories.FLOATMethods in org.assertj.core.api that return AbstractFloatAssertModifier and TypeMethodDescriptionAbstractStringAssert.asFloat()Parses the actual value as float, the parsed float becoming the new value under test.static AbstractFloatAssert<?> Assertions.assertThat(float actual) Creates a new instance of.FloatAssertstatic AbstractFloatAssert<?> Assertions.assertThat(Float actual) Creates a new instance of.FloatAssertstatic AbstractFloatAssert<?> AssertionsForClassTypes.assertThat(float actual) Creates a new instance of.FloatAssertstatic AbstractFloatAssert<?> AssertionsForClassTypes.assertThat(Float actual) Creates a new instance of.FloatAssertstatic AbstractFloatAssert<?> Java6Assertions.assertThat(float actual) Deprecated.Creates a new instance of.FloatAssertstatic AbstractFloatAssert<?> Java6Assertions.assertThat(Float actual) Deprecated.Creates a new instance of.FloatAssertdefault AbstractFloatAssert<?> WithAssertions.assertThat(float actual) Creates a new instance of.FloatAssertdefault AbstractFloatAssert<?> WithAssertions.assertThat(Float actual) Creates a new instance of.FloatAssertstatic AbstractFloatAssert<?> Assumptions.assumeThat(float actual) Creates a new instance ofassumption.FloatAssertstatic AbstractFloatAssert<?> Assumptions.assumeThat(Float actual) Creates a new instance ofassumption.FloatAssertdefault AbstractFloatAssert<?> WithAssumptions.assumeThat(float actual) Creates a new instance ofassumption.FloatAssertdefault AbstractFloatAssert<?> WithAssumptions.assumeThat(Float actual) Creates a new instance ofassumption.FloatAssertstatic AbstractFloatAssert<?> BDDAssumptions.given(float actual) Creates a new assumption's instance for afloatvalue.static AbstractFloatAssert<?> Creates a new assumption's instance for aFloatvalue.static AbstractFloatAssert<?> BDDAssertions.then(float actual) Creates a new instance of.FloatAssertstatic AbstractFloatAssert<?> Creates a new instance of.FloatAssertstatic AbstractFloatAssert<?> Java6BDDAssertions.then(float actual) Deprecated.Creates a new instance of.FloatAssertstatic AbstractFloatAssert<?> Deprecated.Creates a new instance of.FloatAssert