Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Method and Description |
---|---|
<T> ProxyableIterableAssert<T> |
Java6AbstractStandardSoftAssertions.assertThat(Iterable<? extends T> actual)
Creates a new instance of
. |
static <ELEMENT> ProxyableIterableAssert<ELEMENT> |
Assumptions.assumeThat(Iterable<? extends ELEMENT> actual)
Creates a new instance of
assumption. |
default <ELEMENT> ProxyableIterableAssert<ELEMENT> |
WithAssumptions.assumeThat(Iterable<? extends ELEMENT> actual)
Creates a new instance of
assumption. |
protected ProxyableIterableAssert<ELEMENT> |
ProxyableIterableAssert.newAbstractIterableAssert(Iterable<? extends ELEMENT> iterable) |
<T> ProxyableIterableAssert<T> |
Java6AbstractBDDSoftAssertions.then(Iterable<? extends T> actual)
Creates a new instance of
. |
Copyright © 2014–2019 AssertJ. All rights reserved.