Uses of Class
org.assertj.core.api.AbstractCollectionAssert
-
Packages that use AbstractCollectionAssert Package Description org.assertj.core.api -
-
Uses of AbstractCollectionAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractCollectionAssert Modifier and Type Class Description classAbstractCollectionAssert<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.api Modifier and Type Class Description classAbstractListAssert<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>>Build the Assert instance by reflection.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 AbstractCollectionAssert Modifier and Type Field Description static InstanceOfAssertFactory<Collection,AbstractCollectionAssert<?,Collection<?>,Object,ObjectAssert<Object>>>InstanceOfAssertFactories. COLLECTIONMethods in org.assertj.core.api that return AbstractCollectionAssert Modifier and Type Method Description static <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>>Assumptions. assumeThat(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>>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.CollectionAssertMethods in org.assertj.core.api that return types with arguments of type AbstractCollectionAssert Modifier and Type Method Description static <E> InstanceOfAssertFactory<Collection,AbstractCollectionAssert<?,Collection<? extends E>,E,ObjectAssert<E>>>InstanceOfAssertFactories. collection(Class<E> elementType)
-