Uses of Class
org.assertj.core.api.ListAssert
-
Packages that use ListAssert Package Description org.assertj.core.api -
-
Uses of ListAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type ListAssert Modifier and Type Field Description static InstanceOfAssertFactory<DoubleStream,ListAssert<Double>>InstanceOfAssertFactories. DOUBLE_STREAMstatic InstanceOfAssertFactory<IntStream,ListAssert<Integer>>InstanceOfAssertFactories. INT_STREAMInstanceOfAssertFactoryfor anIntStream.static InstanceOfAssertFactory<List,ListAssert<Object>>InstanceOfAssertFactories. LISTstatic InstanceOfAssertFactory<LongStream,ListAssert<Long>>InstanceOfAssertFactories. LONG_STREAMstatic InstanceOfAssertFactory<Stream,ListAssert<Object>>InstanceOfAssertFactories. STREAMMethods in org.assertj.core.api that return ListAssert Modifier and Type Method Description static <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.ListAssert<ELEMENT>ListAssert. isEqualTo(Object expected)ListAssert<ELEMENT>ListAssert. isExactlyInstanceOf(Class<?> type)ListAssert<ELEMENT>ListAssert. isInstanceOf(Class<?> type)ListAssert<ELEMENT>ListAssert. isInstanceOfAny(Class<?>... types)ListAssert<ELEMENT>ListAssert. isNotExactlyInstanceOf(Class<?> type)ListAssert<ELEMENT>ListAssert. isNotInstanceOf(Class<?> type)ListAssert<ELEMENT>ListAssert. isNotInstanceOfAny(Class<?>... types)ListAssert<ELEMENT>ListAssert. isNotOfAnyClassIn(Class<?>... types)ListAssert<ELEMENT>ListAssert. isNotSameAs(Object expected)ListAssert<ELEMENT>ListAssert. isOfAnyClassIn(Class<?>... types)ListAssert<ELEMENT>ListAssert. isSameAs(Object expected)protected ListAssert<ELEMENT>ListAssert. newAbstractIterableAssert(Iterable<? extends ELEMENT> iterable)protected ListAssert<ELEMENT>ListAssert. startsWithForProxy(ELEMENT[] sequence)static <T> ListAssert<T>BDDAssertions. then(List<? extends T> actual)Creates a new instance of.ListAssertstatic ListAssert<Double>BDDAssertions. then(DoubleStream actual)Creates a new instance offrom the givenListAssertDoubleStream.static ListAssert<Integer>BDDAssertions. then(IntStream actual)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>BDDAssertions. then(Stream<? extends ELEMENT> actual)Creates a new instance offrom the givenListAssertStream.default <T> ListAssert<T>Java6BDDSoftAssertionsProvider. then(List<? extends T> actual)Creates a new instance of.ListAssertMethods in org.assertj.core.api that return types with arguments of type ListAssert Modifier and Type Method Description static <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>>BDDAssumptions. given(List<? extends ELEMENT> actual)Creates a new assumption's instance for aListvalue.static <ELEMENT> InstanceOfAssertFactory<List,ListAssert<ELEMENT>>InstanceOfAssertFactories. list(Class<ELEMENT> elementType)InstanceOfAssertFactoryfor aList.static <ELEMENT> InstanceOfAssertFactory<Stream,ListAssert<ELEMENT>>InstanceOfAssertFactories. stream(Class<ELEMENT> elementType)InstanceOfAssertFactoryfor aStream.
-