Uses of Class
org.assertj.core.api.ProxyableListAssert
Packages that use ProxyableListAssert
-
Uses of ProxyableListAssert in org.assertj.core.api
Methods in org.assertj.core.api that return ProxyableListAssertModifier and TypeMethodDescriptiondefault <T> ProxyableListAssert<T>
Java6StandardSoftAssertionsProvider.assertThat
(List<? extends T> actual) Creates a new instance of
.ListAssert
ProxyableListAssert.isExactlyInstanceOf
(Class<?> type) ProxyableListAssert.isInstanceOf
(Class<?> type) ProxyableListAssert.isInstanceOfAny
(Class<?>... types) ProxyableListAssert.isNotExactlyInstanceOf
(Class<?> type) ProxyableListAssert.isNotInstanceOf
(Class<?> type) ProxyableListAssert.isNotInstanceOfAny
(Class<?>... types) ProxyableListAssert.isNotOfAnyClassIn
(Class<?>... types) ProxyableListAssert.isNotSameAs
(Object expected) ProxyableListAssert.isOfAnyClassIn
(Class<?>... types) protected ProxyableListAssert<ELEMENT>
ProxyableListAssert.newAbstractIterableAssert
(Iterable<? extends ELEMENT> iterable) ProxyableListAssert.startsWith
(ELEMENT... sequence) default <T> ProxyableListAssert<T>
Creates a new instance of
.ListAssert
Methods in org.assertj.core.api that return types with arguments of type ProxyableListAssertModifier and TypeMethodDescriptionstatic <ELEMENT> FactoryBasedNavigableListAssert<ProxyableListAssert<ELEMENT>,
List<? extends ELEMENT>, ELEMENT, ObjectAssert<ELEMENT>> Assumptions.assumeThat
(List<? extends ELEMENT> actual) Creates a new instance of
assumption.ListAssert
default <ELEMENT> FactoryBasedNavigableListAssert<ProxyableListAssert<ELEMENT>,
List<? extends ELEMENT>, ELEMENT, ObjectAssert<ELEMENT>> WithAssumptions.assumeThat
(List<? extends ELEMENT> list) Creates a new instance of
assumption.ListAssert
static <ELEMENT> FactoryBasedNavigableListAssert<ProxyableListAssert<ELEMENT>,
List<? extends ELEMENT>, ELEMENT, ObjectAssert<ELEMENT>> Creates a new assumption's instance for aList
value.