Class AssertionPredicate.Not<T>

java.lang.Object
org.apache.juneau.assertions.AssertionPredicate<T>
org.apache.juneau.assertions.AssertionPredicate.Not<T>
Type Parameters:
T - the type of input being tested.
All Implemented Interfaces:
Predicate<T>
Enclosing class:
AssertionPredicate<T>

public static class AssertionPredicate.Not<T> extends AssertionPredicate<T>
Negates an assertion.

Similar to predicate.negate() but provides for AssertionPredicate.getFailureMessage() to return a useful message.