Interface TestFilter<C,M>

Type Parameters:
C - test class, or null if not mandatory
M - 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

    Modifier and Type
    Method
    Description
    boolean
    shouldRun(C testClass, M methodName)
     
  • Method Details

    • shouldRun

      boolean shouldRun(C testClass, M methodName)