Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractIntArrayAssert<SELF extends AbstractIntArrayAssert<SELF>> |
Modifier and Type | Class | Description |
---|---|---|
class |
IntArrayAssert |
Assertion methods for arrays of
int s. |
Modifier and Type | Method | Description |
---|---|---|
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
. |
default AbstractIntArrayAssert<?> |
WithAssertions.assertThat(int[] actual) |
Delegate call to
Assertions.assertThat(int[]) |
static AbstractIntArrayAssert<?> |
BDDAssertions.then(int[] actual) |
Creates a new instance of
. |
static AbstractIntArrayAssert<?> |
Java6BDDAssertions.then(int[] actual) |
Creates a new instance of
. |
Copyright © 2014–2019. All rights reserved.