Uses of Class
org.assertj.core.condition.VerboseCondition
Packages that use VerboseCondition
-
Uses of VerboseCondition in org.assertj.core.condition
Methods in org.assertj.core.condition that return VerboseConditionModifier and TypeMethodDescriptionstatic <T> VerboseCondition<T> VerboseCondition.verboseCondition(Predicate<T> predicate, String description, Function<T, String> objectUnderTestDescriptor) Creates a newto have better control over the condition description when the condition fails thanks to theVerboseConditionobjectUnderTestDescriptorfunction parameter.