Class MetaTagsFilter

    • Constructor Summary

      Constructors 
      Constructor Description
      MetaTagsFilter​(java.util.Set<java.lang.String> metaTags)  
    • Constructor Detail

      • MetaTagsFilter

        public MetaTagsFilter​(java.util.Set<java.lang.String> metaTags)
    • Method Detail

      • getMetaTags

        public java.util.Set<java.lang.String> getMetaTags()
      • matches

        public boolean matches​(java.lang.String testName,
                               ConsumableTestDefinition testDefinition)
        Specified by:
        matches in interface DynamicFilter
        Parameters:
        testName - if null or empty string, only match testDefinition
        Returns:
        true if the testname or the definition match the filter
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object