Uses of Class
org.assertj.core.api.SoftAssertionListAssert
-
Packages that use SoftAssertionListAssert Package Description org.assertj.core.api -
-
Uses of SoftAssertionListAssert in org.assertj.core.api
Methods in org.assertj.core.api that return SoftAssertionListAssert Modifier and Type Method Description <T> SoftAssertionListAssert<T>Java6AbstractStandardSoftAssertions. assertThat(List<? extends T> actual)Creates a new instance of.ListAssert<T> SoftAssertionListAssert<T>Java6AbstractBDDSoftAssertions. then(List<? extends T> actual)Creates a new instance of.ListAssert
-