Uses of Class
org.assertj.core.api.Int2DArrayAssert
Packages that use Int2DArrayAssert
-
Uses of Int2DArrayAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type Int2DArrayAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<int[][], Int2DArrayAssert> InstanceOfAssertFactories.INT_2D_ARRAYInstanceOfAssertFactoryfor aninttwo-dimensional array.Methods in org.assertj.core.api that return Int2DArrayAssertModifier and TypeMethodDescriptionstatic Int2DArrayAssertAssertions.assertThat(int[][] actual) Creates a new instance of.Int2DArrayAssertstatic Int2DArrayAssertAssertionsForClassTypes.assertThat(int[][] actual) Creates a new instance of.Int2DArrayAssertstatic Int2DArrayAssertJava6Assertions.assertThat(int[][] actual) Deprecated.Creates a new instance of.Int2DArrayAssertdefault Int2DArrayAssertJava6StandardSoftAssertionsProvider.assertThat(int[][] actual) Creates a new instance of.Int2DArrayAssertdefault Int2DArrayAssertWithAssertions.assertThat(int[][] actual) Creates a new instance of.Int2DArrayAssertstatic Int2DArrayAssertAssumptions.assumeThat(int[][] actual) Creates a new instance ofassumption.Int2DArrayAssertdefault Int2DArrayAssertWithAssumptions.assumeThat(int[][] actual) Creates a new instance ofassumption.Int2DArrayAssertVerifies that the actual array contains the given int[] at the given index.Int2DArrayAssert.doesNotContain(int[] value, Index index) Verifies that the actual array does not contain the given value at the given index.static Int2DArrayAssertBDDAssumptions.given(int[][] actual) Creates a new assumption's instance for anints' two-dimensional array.Int2DArrayAssert.hasDimensions(int expectedFirstDimension, int expectedSecondDimension) Verifies that the actual 2D array has the given dimensions.Int2DArrayAssert.hasNumberOfRows(int expected) Verifies that the actual two-dimensional array has the given number of rows.Int2DArrayAssert.hasSameDimensionsAs(Object array) Verifies that the actualint[][]has the same dimensions as the given array.Int2DArrayAssert.isDeepEqualTo(int[][] expected) Verifies that the actual 2D array is deeply equal to the given one.Verifies that the actualint[][]is equal to the given one.Int2DArrayAssert.isNotEmpty()Verifies that the actual array is not empty, not empty means the array has at least one element.static Int2DArrayAssertBDDAssertions.then(int[][] actual) Creates a new instance of.Int2DArrayAssertstatic Int2DArrayAssertJava6BDDAssertions.then(int[][] actual) Deprecated.Creates a new instance of.Int2DArrayAssertdefault Int2DArrayAssertJava6BDDSoftAssertionsProvider.then(int[][] actual) Creates a new instance of.Int2DArrayAssert