Uses of Class
org.assertj.core.api.Short2DArrayAssert
Packages that use Short2DArrayAssert
-
Uses of Short2DArrayAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type Short2DArrayAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<short[][], Short2DArrayAssert> InstanceOfAssertFactories.SHORT_2D_ARRAYInstanceOfAssertFactoryfor ashorttwo-dimensional array.Methods in org.assertj.core.api that return Short2DArrayAssertModifier and TypeMethodDescriptionstatic Short2DArrayAssertAssertions.assertThat(short[][] actual) Creates a new instance of.Short2DArrayAssertstatic Short2DArrayAssertAssertionsForClassTypes.assertThat(short[][] actual) Creates a new instance of.Short2DArrayAssertstatic Short2DArrayAssertJava6Assertions.assertThat(short[][] actual) Deprecated.Creates a new instance of.Short2DArrayAssertdefault Short2DArrayAssertJava6StandardSoftAssertionsProvider.assertThat(short[][] actual) Creates a new instance of.Short2DArrayAssertdefault Short2DArrayAssertWithAssertions.assertThat(short[][] actual) Creates a new instance of.Short2DArrayAssertstatic Short2DArrayAssertAssumptions.assumeThat(short[][] actual) Creates a new instance ofassumption.Short2DArrayAssertdefault Short2DArrayAssertWithAssumptions.assumeThat(short[][] actual) Creates a new instance ofassumption.Short2DArrayAssertVerifies that the actualshort[][]contains the given short[] at the given index.Verifies that the actualshort[][]contains the given short[] at the given index.Short2DArrayAssert.doesNotContain(int[] value, Index index) Verifies that the actualshort[][]does not contain the given short[] at the given index.Short2DArrayAssert.doesNotContain(short[] value, Index index) Verifies that the actualshort[][]does not contain the given short[] at the given index.static Short2DArrayAssertBDDAssumptions.given(short[][] actual) Creates a new assumption's instance for ashorts' two-dimensional array.Short2DArrayAssert.hasDimensions(int expectedFirstDimension, int expectedSecondDimension) Verifies that the actual 2D array has the given dimensions.Short2DArrayAssert.hasNumberOfRows(int expected) Verifies that the actual two-dimensional array has the given number of rows.Short2DArrayAssert.hasSameDimensionsAs(Object array) Verifies that the actualshort[][]has the same dimensions as the given array.Short2DArrayAssert.isDeepEqualTo(short[][] expected) Verifies that the actualshort[][]is deeply equal to the given one.Verifies that the actualshort[][]is equal to the given one.Short2DArrayAssert.isNotEmpty()Verifies that the actualshort[][]is not empty, not empty means the array has at least one element.static Short2DArrayAssertBDDAssertions.then(short[][] actual) Creates a new instance of.Short2DArrayAssertstatic Short2DArrayAssertJava6BDDAssertions.then(short[][] actual) Deprecated.Creates a new instance of.Short2DArrayAssertdefault Short2DArrayAssertJava6BDDSoftAssertionsProvider.then(short[][] actual) Creates a new instance of.Short2DArrayAssert