Uses of Class
org.assertj.core.api.CollectionAssert
Packages that use CollectionAssert
-
Uses of CollectionAssert in org.assertj.core.api
Methods in org.assertj.core.api that return CollectionAssertModifier and TypeMethodDescriptiondefault <T> CollectionAssert<T> Java6StandardSoftAssertionsProvider.assertThat(Collection<? extends T> actual) Creates a new instance of.CollectionAssertdefault <T> CollectionAssert<T> Java6StandardSoftAssertionsProvider.assertThatCollection(Collection<? extends T> actual) Creates a new instance of.CollectionAssertprotected CollectionAssert<ELEMENT> CollectionAssert.newAbstractIterableAssert(Iterable<? extends ELEMENT> iterable) default <T> CollectionAssert<T> Java6BDDSoftAssertionsProvider.then(Collection<? extends T> actual) Creates a new instance of.CollectionAssert