Uses of Class
org.assertj.core.api.Long2DArrayAssert
Packages that use Long2DArrayAssert
-
Uses of Long2DArrayAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type Long2DArrayAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<long[][], Long2DArrayAssert> InstanceOfAssertFactories.LONG_2D_ARRAYInstanceOfAssertFactoryfor alongtwo-dimensional array.Methods in org.assertj.core.api that return Long2DArrayAssertModifier and TypeMethodDescriptionstatic Long2DArrayAssertAssertions.assertThat(long[][] actual) Creates a new instance of.Long2DArrayAssertstatic Long2DArrayAssertAssertionsForClassTypes.assertThat(long[][] actual) Creates a new instance of.Long2DArrayAssertstatic Long2DArrayAssertJava6Assertions.assertThat(long[][] actual) Deprecated.Creates a new instance of.Long2DArrayAssertdefault Long2DArrayAssertJava6StandardSoftAssertionsProvider.assertThat(long[][] actual) Creates a new instance of.Long2DArrayAssertdefault Long2DArrayAssertWithAssertions.assertThat(long[][] actual) Creates a new instance of.Long2DArrayAssertstatic Long2DArrayAssertAssumptions.assumeThat(long[][] actual) Creates a new instance ofassumption.Long2DArrayAssertdefault Long2DArrayAssertWithAssumptions.assumeThat(long[][] actual) Creates a new instance ofassumption.Long2DArrayAssertVerifies that the actual array contains the given long[] at the given index.Long2DArrayAssert.doesNotContain(long[] value, Index index) Verifies that the actual array does not contain the given long[] at the given index.static Long2DArrayAssertBDDAssumptions.given(long[][] actual) Creates a new assumption's instance for alongs' two-dimensional array.Long2DArrayAssert.hasDimensions(int expectedFirstDimension, int expectedSecondDimension) Verifies that the actual 2D array has the given dimensions.Long2DArrayAssert.hasNumberOfRows(int expected) Verifies that the actual two-dimensional array has the given number of rows.Long2DArrayAssert.hasSameDimensionsAs(Object array) Verifies that the actuallong[][]has the same dimensions as the given array.Long2DArrayAssert.isDeepEqualTo(long[][] expected) Verifies that the actual 2D array is deeply equal to the given one.Verifies that the actuallong[][]is equal to the given one.Long2DArrayAssert.isNotEmpty()Verifies that the actual array is not empty, not empty means the array has at least one element.static Long2DArrayAssertBDDAssertions.then(long[][] actual) Creates a new instance of.Long2DArrayAssertstatic Long2DArrayAssertJava6BDDAssertions.then(long[][] actual) Deprecated.Creates a new instance of.Long2DArrayAssertdefault Long2DArrayAssertJava6BDDSoftAssertionsProvider.then(long[][] actual) Creates a new instance of.Long2DArrayAssert