Uses of Class
org.assertj.core.api.ProxyablePredicateAssert
-
Packages that use ProxyablePredicateAssert Package Description org.assertj.core.api -
-
Uses of ProxyablePredicateAssert in org.assertj.core.api
Methods in org.assertj.core.api that return ProxyablePredicateAssert Modifier and Type Method Description <T> ProxyablePredicateAssert<T>AbstractStandardSoftAssertions. assertThat(Predicate<T> actual)Create assertion forPredicate.static <T> ProxyablePredicateAssert<T>Assumptions. assumeThat(Predicate<T> actual)Creates a new instance ofPredicateAssertassumption.default <T> ProxyablePredicateAssert<T>WithAssumptions. assumeThat(Predicate<T> predicate)Creates a new instance ofPredicateAssertassumption.<T> ProxyablePredicateAssert<T>AbstractBDDSoftAssertions. then(Predicate<T> actual)Create assertion forPredicate.
-