Class ValidationMatcher.HasSystemIdPredicate

java.lang.Object
org.xmlunit.matchers.ValidationMatcher.HasSystemIdPredicate
All Implemented Interfaces:
Predicate<Source>
Enclosing class:
ValidationMatcher

private static class ValidationMatcher.HasSystemIdPredicate extends Object implements Predicate<Source>
  • Constructor Details

    • HasSystemIdPredicate

      private HasSystemIdPredicate()
  • Method Details

    • test

      public boolean test(Source s)
      Description copied from interface: Predicate
      Performs the test.
      Specified by:
      test in interface Predicate<Source>
      Parameters:
      s - the object to test
      Returns:
      true if the test is successful