Uses of Class
org.assertj.core.api.ProxyablePredicateAssert
Packages that use ProxyablePredicateAssert
-
Uses of ProxyablePredicateAssert in org.assertj.core.api
Methods in org.assertj.core.api that return ProxyablePredicateAssertModifier and TypeMethodDescriptiondefault <T> ProxyablePredicateAssert<T>
StandardSoftAssertionsProvider.assertThat
(Predicate<T> actual) Create assertion forPredicate
.static <T> ProxyablePredicateAssert<T>
Assumptions.assumeThat
(Predicate<T> actual) Creates a new instance ofPredicateAssert
assumption.default <T> ProxyablePredicateAssert<T>
WithAssumptions.assumeThat
(Predicate<T> predicate) Creates a new instance ofPredicateAssert
assumption.static <T> ProxyablePredicateAssert<T>
Creates a new assumption's instance for aPredicate
value.default <T> ProxyablePredicateAssert<T>
Create assertion forPredicate
.