Class TestNamePrefixFilter
- java.lang.Object
-
- com.indeed.proctor.common.dynamic.TestNamePrefixFilter
-
- All Implemented Interfaces:
DynamicFilter
@Deprecated public class TestNamePrefixFilter extends java.lang.Object implements DynamicFilter
Deprecated.UseMetaTagsFilterA dynamic filter that matches test name using prefix string
-
-
Constructor Summary
Constructors Constructor Description TestNamePrefixFilter(java.lang.String prefix)Deprecated.Construct the filter from test name prefix string
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Deprecated.java.lang.StringgetPrefix()Deprecated.inthashCode()Deprecated.booleanmatches(java.lang.String testName, ConsumableTestDefinition testDefinition)Deprecated.
-
-
-
Method Detail
-
getPrefix
public java.lang.String getPrefix()
Deprecated.
-
matches
public boolean matches(@Nullable java.lang.String testName, ConsumableTestDefinition testDefinition)Deprecated.- Specified by:
matchesin interfaceDynamicFilter- 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)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
-