Interface TestFilter<C,M>
- Type Parameters:
C- test class, or null if not mandatoryM- test method, or null if not mandatory
- All Known Subinterfaces:
GenericTestPattern<P,C, M>
- All Known Implementing Classes:
TestListResolver
public interface TestFilter<C,M>
Generic interface of test filter.
-
Method Summary
-
Method Details
-
shouldRun
-