Uses of Class
org.assertj.core.api.AbstractFloatArrayAssert
-
Packages that use AbstractFloatArrayAssert Package Description org.assertj.core.api -
-
Uses of AbstractFloatArrayAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractFloatArrayAssert Modifier and Type Class Description classAbstractFloatArrayAssert<SELF extends AbstractFloatArrayAssert<SELF>>Subclasses of AbstractFloatArrayAssert in org.assertj.core.api Modifier and Type Class Description classFloatArrayAssertAssertion methods for arrays offloats.Fields in org.assertj.core.api with type parameters of type AbstractFloatArrayAssert Modifier and Type Field Description static InstanceOfAssertFactory<float[],AbstractFloatArrayAssert<?>>InstanceOfAssertFactories. FLOAT_ARRAYInstanceOfAssertFactoryfor afloatarray.Methods in org.assertj.core.api that return AbstractFloatArrayAssert Modifier and Type Method Description static AbstractFloatArrayAssert<?>Assertions. assertThat(float[] actual)Creates a new instance of.FloatArrayAssertstatic AbstractFloatArrayAssert<?>AssertionsForClassTypes. assertThat(float[] actual)Creates a new instance of.FloatArrayAssertstatic AbstractFloatArrayAssert<?>Java6Assertions. assertThat(float[] actual)Deprecated.Creates a new instance of.FloatArrayAssertdefault AbstractFloatArrayAssert<?>WithAssertions. assertThat(float[] actual)Creates a new instance of.FloatArrayAssertstatic AbstractFloatArrayAssert<?>Assumptions. assumeThat(float[] actual)Creates a new instance ofassumption.FloatArrayAssertdefault AbstractFloatArrayAssert<?>WithAssumptions. assumeThat(float[] actual)Creates a new instance ofassumption.FloatArrayAssertstatic AbstractFloatArrayAssert<?>BDDAssertions. then(float[] actual)Creates a new instance of.FloatArrayAssertstatic AbstractFloatArrayAssert<?>Java6BDDAssertions. then(float[] actual)Deprecated.Creates a new instance of.FloatArrayAssert
-