Uses of Class
org.assertj.core.api.SoftAssertionPredicateAssert
-
Packages that use SoftAssertionPredicateAssert Package Description org.assertj.core.api -
-
Uses of SoftAssertionPredicateAssert in org.assertj.core.api
Methods in org.assertj.core.api that return SoftAssertionPredicateAssert Modifier and Type Method Description <T> SoftAssertionPredicateAssert<T>
AbstractStandardSoftAssertions. assertThat(Predicate<T> actual)
Create assertion forPredicate
.<T> SoftAssertionPredicateAssert<T>
AbstractBDDSoftAssertions. then(Predicate<T> actual)
Create assertion forPredicate
.
-