| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObjectArrayAssert<S extends AbstractObjectArrayAssert<S,T>,T>
Assertion methods for arrays of objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectArrayAssert<T>
Assertion methods for arrays of objects.
|
| Modifier and Type | Method and Description |
|---|---|
default <T> AbstractObjectArrayAssert<?,T> |
WithAssertions.assertThat(T[] actual)
Delegate call to
org.assertj.core.api.Assertions#assertThat(T[]) |
static <T> AbstractObjectArrayAssert<?,T> |
Assertions.assertThat(T[] actual)
Creates a new instance of
. |
static <T> AbstractObjectArrayAssert<?,T> |
BDDAssertions.then(T[] actual)
Creates a new instance of
. |
Copyright © 2014-2015 AssertJ. All Rights Reserved.