Uses of Class
org.assertj.core.api.Object2DArrayAssert
Packages that use Object2DArrayAssert
-
Uses of Object2DArrayAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type Object2DArrayAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<Object[][],
Object2DArrayAssert<Object>> InstanceOfAssertFactories.ARRAY_2D
InstanceOfAssertFactory
for an two-dimensional array ofObject
.Methods in org.assertj.core.api that return Object2DArrayAssertModifier and TypeMethodDescriptionstatic <T> Object2DArrayAssert<T>
Assertions.assertThat
(T[][] actual) Creates a new instance of
.Object2DArrayAssert
static <T> Object2DArrayAssert<T>
AssertionsForClassTypes.assertThat
(T[][] actual) Creates a new instance of
.Object2DArrayAssert
static <T> Object2DArrayAssert<T>
Java6Assertions.assertThat
(T[][] actual) Deprecated.Creates a new instance of
.Object2DArrayAssert
default <T> Object2DArrayAssert<T>
Java6StandardSoftAssertionsProvider.assertThat
(T[][] actual) Creates a new instance of
.Object2DArrayAssert
default <T> Object2DArrayAssert<T>
WithAssertions.assertThat
(T[][] actual) Creates a new instance of
.Object2DArrayAssert
static <T> Object2DArrayAssert<T>
Assumptions.assumeThat
(T[][] actual) Creates a new instance of
assumption.Object2DArrayAssert
default <T> Object2DArrayAssert<T>
WithAssumptions.assumeThat
(T[][] actual) Creates a new instance of
assumption.Object2DArrayAssert
Verifies that the actual ELEMENT[][] contains the given ELEMENT[] at the given index.Object2DArrayAssert.doesNotContain
(ELEMENT[] value, Index index) Verifies that the actual ELEMENT[][] does not contain the given ELEMENT[] at the given index.static <T> Object2DArrayAssert<T>
BDDAssumptions.given
(T[][] actual) Creates a new assumption's instance for an objects' two-dimensional array.Object2DArrayAssert.hasDimensions
(int expectedFirstDimension, int expectedSecondDimension) Verifies that the actualELEMENT[][]
has the the given dimensions.Object2DArrayAssert.hasNumberOfRows
(int expected) Verifies that the actual two-dimensional array has the given number of rows.Object2DArrayAssert.hasSameDimensionsAs
(Object array) Verifies that the actualELEMENT[][]
has the same dimensions as the given array.Object2DArrayAssert.isDeepEqualTo
(ELEMENT[][] expected) Verifies that the actualELEMENT[][]
is deeply equal to the given one.Verifies that the actualELEMENT[][]
is equal to the given one.Object2DArrayAssert.isNotEmpty()
Verifies that the actualELEMENT[][]
is not empty, not empty means the array has at least one char element.static <T> Object2DArrayAssert<T>
BDDAssertions.then
(T[][] actual) Creates a new instance of
.Object2DArrayAssert
static <T> Object2DArrayAssert<T>
Java6BDDAssertions.then
(T[][] actual) Deprecated.Creates a new instance of
.Object2DArrayAssert
default <T> Object2DArrayAssert<T>
Java6BDDSoftAssertionsProvider.then
(T[][] actual) Creates a new instance of
.Object2DArrayAssert
Methods in org.assertj.core.api that return types with arguments of type Object2DArrayAssertModifier and TypeMethodDescriptionstatic <ELEMENT> InstanceOfAssertFactory<ELEMENT[][],
Object2DArrayAssert<ELEMENT>> InstanceOfAssertFactory
for an two-dimensional array of elements.