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 default <T> ProxyablePredicateAssert<T>StandardSoftAssertionsProvider. 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.static <T> ProxyablePredicateAssert<T>BDDAssumptions. given(Predicate<T> actual)Creates a new assumption's instance for aPredicatevalue.default <T> ProxyablePredicateAssert<T>BDDSoftAssertionsProvider. then(Predicate<T> actual)Create assertion forPredicate.
-