Uses of Class
org.assertj.core.api.Char2DArrayAssert
Packages that use Char2DArrayAssert
-
Uses of Char2DArrayAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type Char2DArrayAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<char[][], Char2DArrayAssert> InstanceOfAssertFactories.CHAR_2D_ARRAYInstanceOfAssertFactoryfor achartwo-dimensional array.Methods in org.assertj.core.api that return Char2DArrayAssertModifier and TypeMethodDescriptionstatic Char2DArrayAssertAssertions.assertThat(char[][] actual) Creates a new instance of.CharArrayAssertstatic Char2DArrayAssertAssertionsForClassTypes.assertThat(char[][] actual) Creates a new instance of.Char2DArrayAssertstatic Char2DArrayAssertJava6Assertions.assertThat(char[][] actual) Deprecated.Creates a new instance of.Char2DArrayAssertdefault Char2DArrayAssertJava6StandardSoftAssertionsProvider.assertThat(char[][] actual) Creates a new instance of.Char2DArrayAssertdefault Char2DArrayAssertWithAssertions.assertThat(char[][] actual) Creates a new instance of.Char2DArrayAssertstatic Char2DArrayAssertAssumptions.assumeThat(char[][] actual) Creates a new instance ofassumption.Char2DArrayAssertdefault Char2DArrayAssertWithAssumptions.assumeThat(char[][] actual) Creates a new instance ofassumption.Char2DArrayAssertVerifies that the actualchar[][]contains the given char[] at the given index.Char2DArrayAssert.doesNotContain(char[] value, Index index) Verifies that the actualchar[][]does not contain the given char[] at the given index.static Char2DArrayAssertBDDAssumptions.given(char[][] actual) Creates a new assumption's instance for anchars' two-dimensional array.Char2DArrayAssert.hasDimensions(int expectedFirstDimension, int expectedSecondDimension) Verifies that the actualchar[][]has the given dimensions.Char2DArrayAssert.hasNumberOfRows(int expected) Verifies that the actual two-dimensional array has the given number of rows.Char2DArrayAssert.hasSameDimensionsAs(Object array) Verifies that the actualchar[][]has the same dimensions as the given array.Char2DArrayAssert.inUnicode()Use unicode character representation instead of standard representation in error messages.Char2DArrayAssert.isDeepEqualTo(char[][] expected) Verifies that the actualchar[][]is deeply equal to the given one.Verifies that the actualchar[][]is equal to the given one.Char2DArrayAssert.isNotEmpty()Verifies that the actualchar[][]is not empty, not empty means the array has at least one char element.static Char2DArrayAssertBDDAssertions.then(char[][] actual) Creates a new instance of.Char2DArrayAssertstatic Char2DArrayAssertJava6BDDAssertions.then(char[][] actual) Deprecated.Creates a new instance of.Char2DArrayAssertdefault Char2DArrayAssertJava6BDDSoftAssertionsProvider.then(char[][] actual) Creates a new instance of.Char2DArrayAssert