Package org.xmlunit.util
Interface Predicate<T>
- All Known Implementing Classes:
IsNullPredicate
public interface Predicate<T>
A function that tests an object for a property.
-
Method Summary
-
Method Details
-
test
Performs the test.- Parameters:
toTest
- the object to test- Returns:
- true if the test is successful
-