Interface GenericTestPattern<P,C,M>  
- Type Parameters:
 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 mandatory
- All Superinterfaces:
 TestFilter<C,M> 
- All Known Implementing Classes:
 TestListResolver
Resolves string test patterns in object oriented patterns 
P.- 
Method Summary
Methods inherited from interface org.apache.maven.surefire.api.testset.TestFilter
shouldRun 
- 
Method Details
- 
hasIncludedMethodPatterns
boolean hasIncludedMethodPatterns() - 
hasExcludedMethodPatterns
boolean hasExcludedMethodPatterns() - 
hasMethodPatterns
boolean hasMethodPatterns() - 
isEmpty
boolean isEmpty() - 
getPluginParameterTest
String getPluginParameterTest() - 
getIncludedPatterns
 - 
getExcludedPatterns
 
 -