Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Method and Description |
---|---|
<T> ProxyableListAssert<T> |
Java6AbstractStandardSoftAssertions.assertThat(java.util.List<? extends T> actual)
Creates a new instance of
. |
ProxyableListAssert<ELEMENT> |
ProxyableListAssert.isEqualTo(java.lang.Object expected) |
ProxyableListAssert<ELEMENT> |
ProxyableListAssert.isExactlyInstanceOf(java.lang.Class<?> type) |
ProxyableListAssert<ELEMENT> |
ProxyableListAssert.isInstanceOf(java.lang.Class<?> type) |
ProxyableListAssert<ELEMENT> |
ProxyableListAssert.isInstanceOfAny(java.lang.Class<?>... types) |
ProxyableListAssert<ELEMENT> |
ProxyableListAssert.isNotExactlyInstanceOf(java.lang.Class<?> type) |
ProxyableListAssert<ELEMENT> |
ProxyableListAssert.isNotInstanceOf(java.lang.Class<?> type) |
ProxyableListAssert<ELEMENT> |
ProxyableListAssert.isNotInstanceOfAny(java.lang.Class<?>... types) |
ProxyableListAssert<ELEMENT> |
ProxyableListAssert.isNotOfAnyClassIn(java.lang.Class<?>... types) |
ProxyableListAssert<ELEMENT> |
ProxyableListAssert.isNotSameAs(java.lang.Object expected) |
ProxyableListAssert<ELEMENT> |
ProxyableListAssert.isOfAnyClassIn(java.lang.Class<?>... types) |
ProxyableListAssert<ELEMENT> |
ProxyableListAssert.isSameAs(java.lang.Object expected) |
protected ProxyableListAssert<ELEMENT> |
ProxyableListAssert.newAbstractIterableAssert(java.lang.Iterable<? extends ELEMENT> iterable) |
ProxyableListAssert<ELEMENT> |
ProxyableListAssert.startsWith(ELEMENT... sequence) |
<T> ProxyableListAssert<T> |
Java6AbstractBDDSoftAssertions.then(java.util.List<? extends T> actual)
Creates a new instance of
. |
Modifier and Type | Method and Description |
---|---|
default <ELEMENT> FactoryBasedNavigableListAssert<ProxyableListAssert<ELEMENT>,java.util.List<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>> |
WithAssumptions.assumeThat(java.util.List<? extends ELEMENT> list)
Creates a new instance of
assumption. |
static <ELEMENT> FactoryBasedNavigableListAssert<ProxyableListAssert<ELEMENT>,java.util.List<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>> |
Assumptions.assumeThat(java.util.List<? extends ELEMENT> actual)
Creates a new instance of
assumption. |