Class SkipAttributeFilter

java.lang.Object
org.apache.plc4x.test.driver.xmlunit.SkipAttributeFilter
All Implemented Interfaces:
org.xmlunit.util.Predicate<Attr>

public class SkipAttributeFilter extends Object implements org.xmlunit.util.Predicate<Attr>
SPI element needed to exclude our custom attributes from comparison of XML results.
  • Field Details

  • Constructor Details

    • SkipAttributeFilter

      public SkipAttributeFilter()
  • Method Details

    • test

      public boolean test(Attr attr)
      Specified by:
      test in interface org.xmlunit.util.Predicate<Attr>