Uses of Class
org.assertj.core.api.AbstractCollectionAssert
Packages that use AbstractCollectionAssert
-
Uses of AbstractCollectionAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractCollectionAssertModifier and TypeClassDescriptionclassAbstractCollectionAssert<SELF extends AbstractCollectionAssert<SELF,ACTUAL, ELEMENT, ELEMENT_ASSERT>, ACTUAL extends Collection<? extends ELEMENT>, ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>> Base class for all implementations of assertions forCollections.Subclasses of AbstractCollectionAssert in org.assertj.core.apiModifier and TypeClassDescriptionclassAbstractListAssert<SELF extends AbstractListAssert<SELF,ACTUAL, ELEMENT, ELEMENT_ASSERT>, ACTUAL extends List<? extends ELEMENT>, ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>> Base class for all implementations of assertions forLists.classClassBasedNavigableListAssert<SELF extends ClassBasedNavigableListAssert<SELF,ACTUAL, ELEMENT, ELEMENT_ASSERT>, ACTUAL extends List<? extends ELEMENT>, ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>> Deprecated.classCollectionAssert<ELEMENT>Assertion methods forCollections.classFactoryBasedNavigableListAssert<SELF extends FactoryBasedNavigableListAssert<SELF,ACTUAL, ELEMENT, ELEMENT_ASSERT>, ACTUAL extends List<? extends ELEMENT>, ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>> Provides helper methods for navigating a list property in a generated assertion class so we can chain assertions through deeply nested models more easily.classListAssert<ELEMENT>Assertion methods forLists.Fields in org.assertj.core.api with type parameters of type AbstractCollectionAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<Collection, AbstractCollectionAssert<?, Collection<?>, Object, ObjectAssert<Object>>> InstanceOfAssertFactories.COLLECTIONstatic final InstanceOfAssertFactory<Set, AbstractCollectionAssert<?, Collection<?>, Object, ObjectAssert<Object>>> InstanceOfAssertFactories.SETMethods in org.assertj.core.api that return AbstractCollectionAssertModifier and TypeMethodDescriptionstatic <E> AbstractCollectionAssert<?, Collection<? extends E>, E, ObjectAssert<E>> Assertions.assertThat(Collection<? extends E> actual) Creates a new instance of.CollectionAssertstatic <E> AbstractCollectionAssert<?, Collection<? extends E>, E, ObjectAssert<E>> AssertionsForInterfaceTypes.assertThat(Collection<? extends E> actual) Creates a new instance of.CollectionAssertstatic <T> AbstractCollectionAssert<?, Collection<? extends T>, T, ObjectAssert<T>> Java6Assertions.assertThat(Collection<? extends T> actual) Deprecated.Creates a new instance of.CollectionAssertdefault <E> AbstractCollectionAssert<?, Collection<? extends E>, E, ObjectAssert<E>> WithAssertions.assertThat(Collection<? extends E> actual) Creates a new instance of.CollectionAssertstatic <E> AbstractCollectionAssert<?, Collection<? extends E>, E, ObjectAssert<E>> Assertions.assertThatCollection(Collection<? extends E> actual) Creates a new instance of.CollectionAssertstatic <E> AbstractCollectionAssert<?, Collection<? extends E>, E, ObjectAssert<E>> AssertionsForInterfaceTypes.assertThatCollection(Collection<? extends E> actual) Creates a new instance of.CollectionAssertstatic <E> AbstractCollectionAssert<?, Collection<? extends E>, E, ObjectAssert<E>> CollectionAssert.assertThatCollection(Collection<? extends E> actual) default <E> AbstractCollectionAssert<?, Collection<? extends E>, E, ObjectAssert<E>> WithAssertions.assertThatCollection(Collection<? extends E> actual) Creates a new instance of.CollectionAssertstatic <E> AbstractCollectionAssert<?, Collection<? extends E>, E, ObjectAssert<E>> Assumptions.assumeThat(Collection<? extends E> actual) Creates a new instance ofassumption.CollectionAssertstatic <E> AbstractCollectionAssert<?, Collection<? extends E>, E, ObjectAssert<E>> Assumptions.assumeThatCollection(Collection<? extends E> actual) Creates a new instance ofassumption.CollectionAssertstatic <E> AbstractCollectionAssert<?, Collection<? extends E>, E, ObjectAssert<E>> BDDAssumptions.given(Collection<? extends E> actual) Creates a new assumption's instance for aCollectionvalue.static <E> AbstractCollectionAssert<?, Collection<? extends E>, E, ObjectAssert<E>> BDDAssumptions.givenCollection(Collection<? extends E> actual) Creates a new assumption's instance of avalue.Collectionstatic <E> AbstractCollectionAssert<?, Collection<? extends E>, E, ObjectAssert<E>> BDDAssertions.then(Collection<? extends E> actual) Creates a new instance of.CollectionAssertstatic <T> AbstractCollectionAssert<?, Collection<? extends T>, T, ObjectAssert<T>> Java6BDDAssertions.then(Collection<? extends T> actual) Deprecated.Creates a new instance of.CollectionAssertstatic <E> AbstractCollectionAssert<?, Collection<? extends E>, E, ObjectAssert<E>> BDDAssertions.thenCollection(Collection<? extends E> actual) Creates a new instance of.CollectionAssertdefault <E> AbstractCollectionAssert<?, Collection<? extends E>, E, ObjectAssert<E>> Java6BDDSoftAssertionsProvider.thenCollection(Collection<? extends E> actual) Creates a new instance of.CollectionAssertAbstractCollectionAssert<?, Collection<? extends V>, V, ObjectAssert<V>> AbstractMapAssert.values()Returns anAbstractCollectionAssertto make assertions on the values of the mapMethods in org.assertj.core.api that return types with arguments of type AbstractCollectionAssertModifier and TypeMethodDescriptionstatic <E> InstanceOfAssertFactory<Collection, AbstractCollectionAssert<?, Collection<? extends E>, E, ObjectAssert<E>>> InstanceOfAssertFactories.collection(Class<E> elementType) static <E> InstanceOfAssertFactory<Set, AbstractCollectionAssert<?, Collection<? extends E>, E, ObjectAssert<E>>> InstanceOfAssertFactoryfor aSet.
FactoryBasedNavigableListAssertinstead.