Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Method and Description |
---|---|
<T> ProxyableObjectArrayAssert<T> |
Java6AbstractStandardSoftAssertions.assertThat(T[] actual)
Creates a new instance of
. |
static <T> ProxyableObjectArrayAssert<T> |
Assumptions.assumeThat(T[] actual)
Creates a new instance of
assumption. |
default <T> ProxyableObjectArrayAssert<T> |
WithAssumptions.assumeThat(T[] actual)
Creates a new instance of
assumption. |
protected ProxyableObjectArrayAssert<ELEMENT> |
ProxyableObjectArrayAssert.newObjectArrayAssert(ELEMENT[] array) |
<T> ProxyableObjectArrayAssert<T> |
Java6AbstractBDDSoftAssertions.then(T[] actual)
Creates a new instance of
. |
Constructor and Description |
---|
ProxyableObjectArrayAssert(ProxyableObjectArrayAssert<ELEMENT> actual) |
Copyright © 2014–2019 AssertJ. All rights reserved.