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.ListAssertProxyableListAssert.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.ListAssertMethods 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 ofassumption.ListAssertdefault <ELEMENT> FactoryBasedNavigableListAssert<ProxyableListAssert<ELEMENT>,List<? extends ELEMENT>, ELEMENT, ObjectAssert<ELEMENT>> WithAssumptions.assumeThat(List<? extends ELEMENT> list) Creates a new instance ofassumption.ListAssertstatic <ELEMENT> FactoryBasedNavigableListAssert<ProxyableListAssert<ELEMENT>,List<? extends ELEMENT>, ELEMENT, ObjectAssert<ELEMENT>> Creates a new assumption's instance for aListvalue.