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 Detail

      • shouldRun

        boolean shouldRun​(C testClass,
                          M methodName)