static Int2DArrayAssert |
Assertions.assertThat(int[][] actual) |
|
static Int2DArrayAssert |
AssertionsForClassTypes.assertThat(int[][] actual) |
|
static Int2DArrayAssert |
Java6Assertions.assertThat(int[][] actual) |
Deprecated.
|
default Int2DArrayAssert |
Java6StandardSoftAssertionsProvider.assertThat(int[][] actual) |
|
default Int2DArrayAssert |
WithAssertions.assertThat(int[][] actual) |
|
static Int2DArrayAssert |
Assumptions.assumeThat(int[][] actual) |
|
default Int2DArrayAssert |
WithAssumptions.assumeThat(int[][] actual) |
|
Int2DArrayAssert |
Int2DArrayAssert.contains(int[] value,
Index index) |
Verifies that the actual array contains the given int[] at the given index.
|
Int2DArrayAssert |
Int2DArrayAssert.doesNotContain(int[] value,
Index index) |
Verifies that the actual array does not contain the given value at the given index.
|
static Int2DArrayAssert |
BDDAssumptions.given(int[][] actual) |
Creates a new assumption's instance for an int s' two-dimensional array.
|
Int2DArrayAssert |
Int2DArrayAssert.hasDimensions(int expectedFirstDimension,
int expectedSecondDimension) |
Verifies that the actual 2D array has the given dimensions.
|
Int2DArrayAssert |
Int2DArrayAssert.hasNumberOfRows(int expected) |
Verifies that the actual two-dimensional array has the given number of rows.
|
Int2DArrayAssert |
Int2DArrayAssert.hasSameDimensionsAs(java.lang.Object array) |
Verifies that the actual int[][] has the same dimensions as the given array.
|
Int2DArrayAssert |
Int2DArrayAssert.isDeepEqualTo(int[][] expected) |
Verifies that the actual 2D array is deeply equal to the given one.
|
Int2DArrayAssert |
Int2DArrayAssert.isEqualTo(java.lang.Object expected) |
Verifies that the actual int[][] is equal to the given one.
|
Int2DArrayAssert |
Int2DArrayAssert.isNotEmpty() |
Verifies that the actual array is not empty, not empty means the array has at least one element.
|
static Int2DArrayAssert |
BDDAssertions.then(int[][] actual) |
|
static Int2DArrayAssert |
Java6BDDAssertions.then(int[][] actual) |
Deprecated.
|
default Int2DArrayAssert |
Java6BDDSoftAssertionsProvider.then(int[][] actual) |
|