Class PredicateAssert<T>
java.lang.Object
org.assertj.core.api.AbstractAssert<PredicateAssert<T>, Predicate<T>>
org.assertj.core.api.AbstractPredicateAssert<PredicateAssert<T>, T>
org.assertj.core.api.PredicateAssert<T>
- Type Parameters:
T- type of the value contained in thePredicate.
- All Implemented Interfaces:
Assert<PredicateAssert<T>, Predicate<T>>, Descriptable<PredicateAssert<T>>, ExtensionPoints<PredicateAssert<T>, Predicate<T>>
Assertions for
Predicate.- Since:
- 3.5.0
- Author:
- Filip Hrisafov
-
Field Summary
Fields inherited from class AbstractAssert
actual, info, myself, objects, throwUnsupportedExceptionOnEquals -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> PredicateAssert<T> assertThatPredicate(Predicate<T> actual) Methods inherited from class AbstractPredicateAssert
accepts, acceptsAll, acceptsForProxy, rejects, rejectsAll, rejectsForProxyMethods inherited from class AbstractAssert
actual, areEqual, asInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, doesNotHaveSameHashCodeAs, doesNotHaveToString, doesNotHaveToString, doesNotMatch, doesNotMatch, equals, extracting, extracting, failure, failureWithActualExpected, failWithActualExpectedAndMessage, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, hasToString, inBinary, inHexadecimal, is, isElementOfCustomAssert, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, overridingErrorMessage, satisfies, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, satisfiesAnyOfForProxy, satisfiesForProxy, setCustomRepresentation, setDescriptionConsumer, setPrintAssertionsDescription, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingEquals, usingEquals, usingRecursiveAssertion, usingRecursiveAssertion, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withFailMessage, withRepresentation, withThreadDumpOnErrorMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Descriptable
as, as, as, describedAs, describedAs
-
Constructor Details
-
PredicateAssert
-
-
Method Details
-
assertThatPredicate
-