P
- resolved atomic test, object oriented - not necessary to be a stringC
- test class, or null if not mandatoryM
- test method, or null if not mandatorypublic interface GenericTestPattern<P,C,M> extends TestFilter<C,M>
P
.Modifier and Type | Method and Description |
---|---|
java.util.Set<P> |
getExcludedPatterns() |
java.util.Set<P> |
getIncludedPatterns() |
java.lang.String |
getPluginParameterTest() |
boolean |
hasExcludedMethodPatterns() |
boolean |
hasIncludedMethodPatterns() |
boolean |
hasMethodPatterns() |
boolean |
isEmpty() |
shouldRun
boolean hasIncludedMethodPatterns()
boolean hasExcludedMethodPatterns()
boolean hasMethodPatterns()
boolean isEmpty()
java.lang.String getPluginParameterTest()
java.util.Set<P> getIncludedPatterns()
java.util.Set<P> getExcludedPatterns()