| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIntArrayAssert<SELF extends AbstractIntArrayAssert<SELF>> |
| Modifier and Type | Class and Description |
|---|---|
class |
IntArrayAssert
Assertion methods for arrays of
ints. |
| Modifier and Type | Method and Description |
|---|---|
default AbstractIntArrayAssert<?> |
WithAssertions.assertThat(int[] actual)
Creates a new instance of
. |
static AbstractIntArrayAssert<?> |
Assertions.assertThat(int[] actual)
Creates a new instance of
. |
static AbstractIntArrayAssert<?> |
AssertionsForClassTypes.assertThat(int[] actual)
Creates a new instance of
. |
static AbstractIntArrayAssert<?> |
Java6Assertions.assertThat(int[] actual)
Creates a new instance of
. |
static AbstractIntArrayAssert<?> |
Assumptions.assumeThat(int[] actual)
Creates a new instance of
assumption. |
default AbstractIntArrayAssert<?> |
WithAssumptions.assumeThat(int[] actual)
Creates a new instance of
assumption. |
static AbstractIntArrayAssert<?> |
Java6BDDAssertions.then(int[] actual)
Creates a new instance of
. |
static AbstractIntArrayAssert<?> |
BDDAssertions.then(int[] actual)
Creates a new instance of
. |
Copyright © 2014–2019 AssertJ. All rights reserved.