Interface GenericTestPattern<P,​C,​M>

  • Type Parameters:
    P - resolved atomic test, object oriented - not necessary to be a string
    C - test class, or null if not mandatory
    M - test method, or null if not mandatory
    All Superinterfaces:
    TestFilter<C,​M>
    All Known Implementing Classes:
    TestListResolver

    public interface GenericTestPattern<P,​C,​M>
    extends TestFilter<C,​M>
    Resolves string test patterns in object oriented patterns P.
    • Method Detail

      • hasIncludedMethodPatterns

        boolean hasIncludedMethodPatterns()
      • hasExcludedMethodPatterns

        boolean hasExcludedMethodPatterns()
      • hasMethodPatterns

        boolean hasMethodPatterns()
      • isEmpty

        boolean isEmpty()
      • getPluginParameterTest

        String getPluginParameterTest()
      • getIncludedPatterns

        Set<P> getIncludedPatterns()
      • getExcludedPatterns

        Set<P> getExcludedPatterns()