Uses of Class
org.assertj.core.api.Double2DArrayAssert
Packages that use Double2DArrayAssert
-
Uses of Double2DArrayAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type Double2DArrayAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<double[][], Double2DArrayAssert> InstanceOfAssertFactories.DOUBLE_2D_ARRAYInstanceOfAssertFactoryfor adoubletwo-dimensional array.Methods in org.assertj.core.api that return Double2DArrayAssertModifier and TypeMethodDescriptionstatic Double2DArrayAssertAssertions.assertThat(double[][] actual) Creates a new instance of.Double2DArrayAssertstatic Double2DArrayAssertAssertionsForClassTypes.assertThat(double[][] actual) Creates a new instance of.Double2DArrayAssertstatic Double2DArrayAssertJava6Assertions.assertThat(double[][] actual) Deprecated.Creates a new instance of.Double2DArrayAssertdefault Double2DArrayAssertJava6StandardSoftAssertionsProvider.assertThat(double[][] actual) Creates a new instance of.Double2DArrayAssertdefault Double2DArrayAssertWithAssertions.assertThat(double[][] actual) Creates a new instance of.Double2DArrayAssertstatic Double2DArrayAssertAssumptions.assumeThat(double[][] actual) Creates a new instance ofassumption.Double2DArrayAssertdefault Double2DArrayAssertWithAssumptions.assumeThat(double[][] actual) Creates a new instance ofassumption.Double2DArrayAssertVerifies that the actualdouble[][]contains the given double[] at the given index.Double2DArrayAssert.doesNotContain(double[] value, Index index) Verifies that the actualdouble[][]does not contain the given double[] at the given index.static Double2DArrayAssertBDDAssumptions.given(double[][] actual) Creates a new assumption's instance for andoubles' two-dimensional array.Double2DArrayAssert.hasDimensions(int expectedFirstDimension, int expectedSecondDimension) Verifies that the actualdouble[][]has the given dimensions.Double2DArrayAssert.hasNumberOfRows(int expected) Verifies that the actual two-dimensional array has the given number of rows.Double2DArrayAssert.hasSameDimensionsAs(Object array) Verifies that the actualdouble[][]has the same dimensions as the given array.Double2DArrayAssert.isDeepEqualTo(double[][] expected) Verifies that the actualdouble[][]is deeply equal to the given one.Verifies that the actualdouble[][]is equal to the given one.Double2DArrayAssert.isNotEmpty()Verifies that the actualdouble[][]is not empty, not empty means the array has at least one element.static Double2DArrayAssertBDDAssertions.then(double[][] actual) Creates a new instance of.Double2DArrayAssertstatic Double2DArrayAssertJava6BDDAssertions.then(double[][] actual) Deprecated.Creates a new instance of.Double2DArrayAssertdefault Double2DArrayAssertJava6BDDSoftAssertionsProvider.then(double[][] actual) Creates a new instance of.Double2DArrayAssert