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>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.final ListAssert<ELEMENT>final ListAssert<ELEMENT>ListAssert.containsAnyOf(ELEMENT... values) final ListAssert<ELEMENT>ListAssert.containsExactly(ELEMENT... values) final ListAssert<ELEMENT>ListAssert.containsExactlyInAnyOrder(ELEMENT... values) final ListAssert<ELEMENT>ListAssert.containsOnly(ELEMENT... values) final ListAssert<ELEMENT>ListAssert.containsOnlyOnce(ELEMENT... values) final ListAssert<ELEMENT>ListAssert.containsSequence(ELEMENT... sequence) final ListAssert<ELEMENT>ListAssert.containsSubsequence(ELEMENT... sequence) final ListAssert<ELEMENT>ListAssert.doesNotContain(ELEMENT... values) final ListAssert<ELEMENT>ListAssert.doesNotContainSequence(ELEMENT... sequence) final ListAssert<ELEMENT>ListAssert.doesNotContainSubsequence(ELEMENT... sequence) final ListAssert<ELEMENT>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) final ListAssert<ELEMENT>ListAssert.isSubsetOf(ELEMENT... values) protected ListAssert<ELEMENT>ListAssert.newAbstractIterableAssert(Iterable<? extends ELEMENT> iterable) final ListAssert<ELEMENT>ListAssert.satisfiesExactly(Consumer<? super ELEMENT>... requirements) final ListAssert<ELEMENT>ListAssert.satisfiesExactlyInAnyOrder(Consumer<? super ELEMENT>... requirements) final ListAssert<ELEMENT>ListAssert.startsWith(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.Methods in org.assertj.core.api that return types with arguments of type ListAssertModifier and TypeMethodDescriptionstatic <ELEMENT> InstanceOfAssertFactory<List,ListAssert<ELEMENT>> InstanceOfAssertFactoryfor aList.static <ELEMENT> InstanceOfAssertFactory<Stream,ListAssert<ELEMENT>> InstanceOfAssertFactoryfor aStream.