| Package | Description |
|---|---|
| org.assertj.core.condition |
| Modifier and Type | Method and 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 the objectUnderTestDescriptor function parameter. |
Copyright © 2025. All rights reserved.