Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Method and Description |
---|---|
<T> SoftAssertionPredicateAssert<T> |
AbstractStandardSoftAssertions.assertThat(java.util.function.Predicate<T> actual)
Create assertion for
Predicate . |
<T> SoftAssertionPredicateAssert<T> |
AbstractBDDSoftAssertions.then(java.util.function.Predicate<T> actual)
Create assertion for
Predicate . |