Uses of Class
org.assertj.core.api.Float2DArrayAssert
Packages that use Float2DArrayAssert
-
Uses of Float2DArrayAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type Float2DArrayAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<float[][], Float2DArrayAssert> InstanceOfAssertFactories.FLOAT_2D_ARRAYInstanceOfAssertFactoryfor afloattwo-dimensional array.Methods in org.assertj.core.api that return Float2DArrayAssertModifier and TypeMethodDescriptionstatic Float2DArrayAssertAssertions.assertThat(float[][] actual) Creates a new instance of.Float2DArrayAssertstatic Float2DArrayAssertAssertionsForClassTypes.assertThat(float[][] actual) Creates a new instance of.Float2DArrayAssertstatic Float2DArrayAssertJava6Assertions.assertThat(float[][] actual) Deprecated.Creates a new instance of.Float2DArrayAssertdefault Float2DArrayAssertJava6StandardSoftAssertionsProvider.assertThat(float[][] actual) Creates a new instance of.Float2DArrayAssertdefault Float2DArrayAssertWithAssertions.assertThat(float[][] actual) Creates a new instance of.Float2DArrayAssertstatic Float2DArrayAssertAssumptions.assumeThat(float[][] actual) Creates a new instance ofassumption.Float2DArrayAssertdefault Float2DArrayAssertWithAssumptions.assumeThat(float[][] actual) Creates a new instance ofassumption.Float2DArrayAssertVerifies that the actual array contains the given float[] at the given index.Float2DArrayAssert.doesNotContain(float[] value, Index index) Verifies that the actual array does not contain the given float[] at the given index.static Float2DArrayAssertBDDAssumptions.given(float[][] actual) Creates a new assumption's instance for afloats' two-dimensional array.Float2DArrayAssert.hasDimensions(int expectedFirstDimension, int expectedSecondDimension) Verifies that the actualfloat[][]has the given dimensions.Float2DArrayAssert.hasNumberOfRows(int expected) Verifies that the actual two-dimensional array has the given number of rows.Float2DArrayAssert.hasSameDimensionsAs(Object array) Verifies that the actualfloat[][]has the same dimensions as the given array.Float2DArrayAssert.isDeepEqualTo(float[][] expected) Verifies that the actualfloat[][]is deeply equal to the given one.Verifies that the actualfloat[][]is equal to the given one.Float2DArrayAssert.isNotEmpty()Verifies that the actualfloat[][]is not empty, not empty means the array has at least one element.static Float2DArrayAssertBDDAssertions.then(float[][] actual) Creates a new instance of.Float2DArrayAssertstatic Float2DArrayAssertJava6BDDAssertions.then(float[][] actual) Deprecated.Creates a new instance of.Float2DArrayAssertdefault Float2DArrayAssertJava6BDDSoftAssertionsProvider.then(float[][] actual) Creates a new instance of.Float2DArrayAssert