Uses of Class
org.assertj.core.condition.VerboseCondition
-
Packages that use VerboseCondition Package Description org.assertj.core.condition -
-
Uses of VerboseCondition in org.assertj.core.condition
Methods in org.assertj.core.condition that return VerboseCondition Modifier and Type Method Description static <T> VerboseCondition<T>
VerboseCondition. verboseCondition(Predicate<T> predicate, String description, Function<T,String> objectUnderTestDescriptor)
Creates a new
to have better control over the condition description when the condition fails thanks to theVerboseCondition
objectUnderTestDescriptor
function parameter.
-