Uses of Class
org.assertj.core.api.Boolean2DArrayAssert
Packages that use Boolean2DArrayAssert
-
Uses of Boolean2DArrayAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type Boolean2DArrayAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<boolean[][], Boolean2DArrayAssert> InstanceOfAssertFactories.BOOLEAN_2D_ARRAYInstanceOfAssertFactoryfor abooleantwo-dimensional array.Methods in org.assertj.core.api that return Boolean2DArrayAssertModifier and TypeMethodDescriptionstatic Boolean2DArrayAssertAssertions.assertThat(boolean[][] actual) Creates a new instance of.Boolean2DArrayAssertstatic Boolean2DArrayAssertAssertionsForClassTypes.assertThat(boolean[][] actual) Creates a new instance of.Boolean2DArrayAssertstatic Boolean2DArrayAssertJava6Assertions.assertThat(boolean[][] actual) Deprecated.Creates a new instance of.Boolean2DArrayAssertdefault Boolean2DArrayAssertJava6StandardSoftAssertionsProvider.assertThat(boolean[][] actual) Creates a new instance of.Boolean2DArrayAssertdefault Boolean2DArrayAssertWithAssertions.assertThat(boolean[][] actual) Creates a new instance of.Boolean2DArrayAssertstatic Boolean2DArrayAssertAssumptions.assumeThat(boolean[][] actual) Creates a new instance ofassumption.Boolean2DArrayAssertdefault Boolean2DArrayAssertWithAssumptions.assumeThat(boolean[][] actual) Creates a new instance ofassumption.Boolean2DArrayAssertVerifies that the actualboolean[][]contains the given boolean[] at the given index.Boolean2DArrayAssert.doesNotContain(boolean[] value, Index index) Verifies that the actualboolean[][]does not contain the given boolean[] at the given index.static Boolean2DArrayAssertBDDAssumptions.given(boolean[][] actual) Creates a new assumption's instance for abooleans' two-dimensional array.Boolean2DArrayAssert.hasDimensions(int expectedFirstDimension, int expectedSecondDimension) Verifies that the actual 2D array has the given dimensions.Boolean2DArrayAssert.hasNumberOfRows(int expected) Verifies that the actual two-dimensional array has the given number of rows.Boolean2DArrayAssert.hasSameDimensionsAs(Object array) Verifies that the actualboolean[][]has the same dimensions as the given array.Boolean2DArrayAssert.isDeepEqualTo(boolean[][] expected) Verifies that the actualboolean[][]is deeply equal to the given one.Verifies that the actualboolean[][]is equal to the given one.Boolean2DArrayAssert.isNotEmpty()Verifies that the actualboolean[][]is not empty, not empty means the array has at least one element.static Boolean2DArrayAssertBDDAssertions.then(boolean[][] actual) Creates a new instance of.Boolean2DArrayAssertstatic Boolean2DArrayAssertJava6BDDAssertions.then(boolean[][] actual) Deprecated.Creates a new instance of.Boolean2DArrayAssertdefault Boolean2DArrayAssertJava6BDDSoftAssertionsProvider.then(boolean[][] actual) Creates a new instance of.Boolean2DArrayAssert