Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Method and Description |
---|---|
<T> ProxyablePredicateAssert<T> |
AbstractStandardSoftAssertions.assertThat(java.util.function.Predicate<T> actual)
Create assertion for
Predicate . |
default <T> ProxyablePredicateAssert<T> |
WithAssumptions.assumeThat(java.util.function.Predicate<T> predicate)
Creates a new instance of
PredicateAssert assumption. |
static <T> ProxyablePredicateAssert<T> |
Assumptions.assumeThat(java.util.function.Predicate<T> actual)
Creates a new instance of
PredicateAssert assumption. |
<T> ProxyablePredicateAssert<T> |
AbstractBDDSoftAssertions.then(java.util.function.Predicate<T> actual)
Create assertion for
Predicate . |