Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLongArrayAssert<SELF extends AbstractLongArrayAssert<SELF>> |
Modifier and Type | Class and Description |
---|---|
class |
LongArrayAssert
Assertion methods for arrays of
long s. |
Modifier and Type | Field and Description |
---|---|
static InstanceOfAssertFactory<long[],AbstractLongArrayAssert<?>> |
InstanceOfAssertFactories.LONG_ARRAY
InstanceOfAssertFactory for a long array. |
Modifier and Type | Method and Description |
---|---|
default AbstractLongArrayAssert<?> |
WithAssertions.assertThat(long[] actual)
Creates a new instance of
. |
static AbstractLongArrayAssert<?> |
Java6Assertions.assertThat(long[] actual)
Deprecated.
Creates a new instance of
. |
static AbstractLongArrayAssert<?> |
AssertionsForClassTypes.assertThat(long[] actual)
Creates a new instance of
. |
static AbstractLongArrayAssert<?> |
Assertions.assertThat(long[] actual)
Creates a new instance of
. |
default AbstractLongArrayAssert<?> |
WithAssumptions.assumeThat(long[] actual)
Creates a new instance of
assumption. |
static AbstractLongArrayAssert<?> |
Assumptions.assumeThat(long[] actual)
Creates a new instance of
assumption. |
static AbstractLongArrayAssert<?> |
Java6BDDAssertions.then(long[] actual)
Deprecated.
Creates a new instance of
. |
static AbstractLongArrayAssert<?> |
BDDAssertions.then(long[] actual)
Creates a new instance of
. |