Uses of Class
org.assertj.core.api.ListAssert
Packages that use ListAssert
-
Uses of ListAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type ListAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<DoubleStream,ListAssert<Double>> InstanceOfAssertFactories.DOUBLE_STREAMstatic final InstanceOfAssertFactory<IntStream,ListAssert<Integer>> InstanceOfAssertFactories.INT_STREAMInstanceOfAssertFactoryfor anIntStream.static final InstanceOfAssertFactory<List,ListAssert<Object>> InstanceOfAssertFactories.LISTstatic final InstanceOfAssertFactory<LongStream,ListAssert<Long>> InstanceOfAssertFactories.LONG_STREAMstatic final InstanceOfAssertFactory<Stream,ListAssert<Object>> InstanceOfAssertFactories.STREAMMethods in org.assertj.core.api that return ListAssertModifier and TypeMethodDescriptionstatic <ELEMENT> ListAssert<ELEMENT>Assertions.assertThat(List<? extends ELEMENT> actual) Creates a new instance of.ListAssertstatic ListAssert<Double>Assertions.assertThat(DoubleStream actual) Creates a new instance offrom the givenListAssertDoubleStream.static ListAssert<Integer>Assertions.assertThat(IntStream actual) Creates a new instance offrom the givenListAssertIntStream.static ListAssert<Long>Assertions.assertThat(LongStream actual) Creates a new instance offrom the givenListAssertLongStream.static <ELEMENT> ListAssert<ELEMENT>Assertions.assertThat(Stream<? extends ELEMENT> actual) Creates a new instance offrom the givenListAssertStream.static <ELEMENT> ListAssert<ELEMENT>AssertionsForInterfaceTypes.assertThat(List<? extends ELEMENT> actual) Creates a new instance of.ListAssertstatic ListAssert<Double>AssertionsForInterfaceTypes.assertThat(DoubleStream actual) Creates a new instance offrom the givenListAssertDoubleStream.static ListAssert<Integer>AssertionsForInterfaceTypes.assertThat(IntStream actual) Creates a new instance offrom the givenListAssertIntStream.static ListAssert<Long>AssertionsForInterfaceTypes.assertThat(LongStream actual) Creates a new instance offrom the givenListAssertLongStream.static <ELEMENT> ListAssert<ELEMENT>AssertionsForInterfaceTypes.assertThat(Stream<? extends ELEMENT> actual) Creates a new instance offrom the givenListAssertStream.default <T> ListAssert<T>Java6StandardSoftAssertionsProvider.assertThat(List<? extends T> actual) Creates a new instance of.ListAssertdefault <T> ListAssert<T>WithAssertions.assertThat(List<? extends T> actual) Creates a new instance of.ListAssertdefault ListAssert<Double>WithAssertions.assertThat(DoubleStream actual) Creates a new instance offrom the givenListAssertDoubleStream.default ListAssert<Integer>WithAssertions.assertThat(IntStream actual) Creates a new instance offrom the givenListAssertIntStream.default ListAssert<Long>WithAssertions.assertThat(LongStream actual) Creates a new instance offrom the givenListAssertLongStream.default <ELEMENT> ListAssert<ELEMENT>WithAssertions.assertThat(Stream<? extends ELEMENT> actual) Creates a new instance offrom the givenListAssertStream.static ListAssert<Double>ListAssert.assertThatDoubleStream(DoubleStream actual) static ListAssert<Integer>ListAssert.assertThatIntStream(IntStream actual) static <ELEMENT> ListAssert<ELEMENT>Assertions.assertThatList(List<? extends ELEMENT> actual) Creates a new instance of.ListAssertstatic <ELEMENT> ListAssert<ELEMENT>AssertionsForInterfaceTypes.assertThatList(List<? extends ELEMENT> actual) Creates a new instance of.ListAssertdefault <ELEMENT> ListAssert<ELEMENT>Java6StandardSoftAssertionsProvider.assertThatList(List<? extends ELEMENT> actual) Creates a new instance of.ListAssertstatic <ELEMENT> ListAssert<ELEMENT>ListAssert.assertThatList(List<? extends ELEMENT> actual) default <ELEMENT> ListAssert<ELEMENT>WithAssertions.assertThatList(List<? extends ELEMENT> actual) Creates a new instance of.ListAssertstatic ListAssert<Long>ListAssert.assertThatLongStream(LongStream actual) static <ELEMENT> ListAssert<ELEMENT>Assertions.assertThatStream(Stream<? extends ELEMENT> actual) Creates a new instance offrom the givenListAssertStream.static <ELEMENT> ListAssert<ELEMENT>AssertionsForInterfaceTypes.assertThatStream(Stream<? extends ELEMENT> actual) Creates a new instance offrom the givenListAssertStream.static <ELEMENT> ListAssert<ELEMENT>ListAssert.assertThatStream(Stream<? extends ELEMENT> actual) default <ELEMENT> ListAssert<ELEMENT>WithAssertions.assertThatStream(Stream<? extends ELEMENT> actual) Creates a new instance offrom the givenListAssertStream.ListAssert.isExactlyInstanceOf(Class<?> type) ListAssert.isInstanceOf(Class<?> type) ListAssert.isInstanceOfAny(Class<?>... types) ListAssert.isNotExactlyInstanceOf(Class<?> type) ListAssert.isNotInstanceOf(Class<?> type) ListAssert.isNotInstanceOfAny(Class<?>... types) ListAssert.isNotOfAnyClassIn(Class<?>... types) ListAssert.isNotSameAs(Object expected) ListAssert.isOfAnyClassIn(Class<?>... types) protected ListAssert<ELEMENT>ListAssert.newAbstractIterableAssert(Iterable<? extends ELEMENT> iterable) protected ListAssert<ELEMENT>ListAssert.startsWithForProxy(ELEMENT[] sequence) static <T> ListAssert<T>Creates a new instance of.ListAssertstatic ListAssert<Double>BDDAssertions.then(DoubleStream actual) Creates a new instance offrom the givenListAssertDoubleStream.static ListAssert<Integer>Creates a new instance offrom the givenListAssertIntStream.static ListAssert<Long>BDDAssertions.then(LongStream actual) Creates a new instance offrom the givenListAssertLongStream.static <ELEMENT> ListAssert<ELEMENT>Creates a new instance offrom the givenListAssertStream.default <T> ListAssert<T>Creates a new instance of.ListAssertstatic <ELEMENT> ListAssert<ELEMENT>Creates a new instance of.ListAssertdefault <ELEMENT> ListAssert<ELEMENT>Creates a new instance of.ListAssertstatic <ELEMENT> ListAssert<ELEMENT>BDDAssertions.thenStream(Stream<? extends ELEMENT> actual) Creates a new instance offrom the givenListAssertStream.default <ELEMENT> ListAssert<ELEMENT>BDDSoftAssertionsProvider.thenStream(Stream<? extends ELEMENT> actual) Creates a new instance offrom the givenListAssertStream.Methods in org.assertj.core.api that return types with arguments of type ListAssertModifier and TypeMethodDescriptionstatic <ELEMENT> FactoryBasedNavigableListAssert<ListAssert<ELEMENT>,List<? extends ELEMENT>, ELEMENT, ObjectAssert<ELEMENT>> Assumptions.assumeThat(List<? extends ELEMENT> actual) Creates a new instance ofassumption.ListAssertdefault <ELEMENT> FactoryBasedNavigableListAssert<ListAssert<ELEMENT>,List<? extends ELEMENT>, ELEMENT, ObjectAssert<ELEMENT>> WithAssumptions.assumeThat(List<? extends ELEMENT> list) Creates a new instance ofassumption.ListAssertstatic <ELEMENT> FactoryBasedNavigableListAssert<ListAssert<ELEMENT>,List<? extends ELEMENT>, ELEMENT, ObjectAssert<ELEMENT>> Assumptions.assumeThatList(List<? extends ELEMENT> actual) Creates a new instance ofassumption.ListAssertstatic <ELEMENT> FactoryBasedNavigableListAssert<ListAssert<ELEMENT>,List<? extends ELEMENT>, ELEMENT, ObjectAssert<ELEMENT>> Creates a new assumption's instance for aListvalue.static <ELEMENT> FactoryBasedNavigableListAssert<ListAssert<ELEMENT>,List<? extends ELEMENT>, ELEMENT, ObjectAssert<ELEMENT>> Creates a new assumption's instance of avalue.Liststatic <ELEMENT> InstanceOfAssertFactory<List,ListAssert<ELEMENT>> InstanceOfAssertFactoryfor aList.static <ELEMENT> InstanceOfAssertFactory<Stream,ListAssert<ELEMENT>> InstanceOfAssertFactoryfor aStream.