Uses of Class
org.assertj.core.api.Byte2DArrayAssert
Packages that use Byte2DArrayAssert
-
Uses of Byte2DArrayAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type Byte2DArrayAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<byte[][], Byte2DArrayAssert> InstanceOfAssertFactories.BYTE_2D_ARRAYInstanceOfAssertFactoryfor abytetwo-dimensional array.Methods in org.assertj.core.api that return Byte2DArrayAssertModifier and TypeMethodDescriptionstatic Byte2DArrayAssertAssertions.assertThat(byte[][] actual) Creates a new instance of.Byte2DArrayAssertstatic Byte2DArrayAssertAssertionsForClassTypes.assertThat(byte[][] actual) Creates a new instance of.Byte2DArrayAssertstatic Byte2DArrayAssertJava6Assertions.assertThat(byte[][] actual) Deprecated.Creates a new instance of.Byte2DArrayAssertdefault Byte2DArrayAssertJava6StandardSoftAssertionsProvider.assertThat(byte[][] actual) Creates a new instance of.Byte2DArrayAssertdefault Byte2DArrayAssertWithAssertions.assertThat(byte[][] actual) Creates a new instance of.Byte2DArrayAssertstatic Byte2DArrayAssertAssumptions.assumeThat(byte[][] actual) Creates a new instance ofassumption.Byte2DArrayAssertdefault Byte2DArrayAssertWithAssumptions.assumeThat(byte[][] actual) Creates a new instance ofassumption.Byte2DArrayAssertVerifies that the actualbyte[][]contains the given byte[] at the given index.Byte2DArrayAssert.doesNotContain(byte[] value, Index index) Verifies that the actualbyte[][]does not contain the given byte[] at the given index.static Byte2DArrayAssertBDDAssumptions.given(byte[][] actual) Creates a new assumption's instance for abytes' two-dimensional array.Byte2DArrayAssert.hasDimensions(int expectedFirstDimension, int expectedSecondDimension) Verifies that the actualbyte[][]has the given dimensions.Byte2DArrayAssert.hasNumberOfRows(int expected) Verifies that the actual two-dimensional array has the given number of rows.Byte2DArrayAssert.hasSameDimensionsAs(Object array) Verifies that the actualbyte[][]has the same dimensions as the given array.Byte2DArrayAssert.isDeepEqualTo(byte[][] expected) Verifies that the actualbyte[][]is deeply equal to the given one.Verifies that the actualbyte[][]is equal to the given one.Byte2DArrayAssert.isNotEmpty()Verifies that the actualbyte[][]is not empty, not empty means the array has at least one element.static Byte2DArrayAssertBDDAssertions.then(byte[][] actual) Creates a new instance of.Byte2DArrayAssertstatic Byte2DArrayAssertJava6BDDAssertions.then(byte[][] actual) Deprecated.Creates a new instance of.Byte2DArrayAssertdefault Byte2DArrayAssertJava6BDDSoftAssertionsProvider.then(byte[][] actual) Creates a new instance of.Byte2DArrayAssert