Interface ExecutionFilter

    • Method Detail

      • shouldFilterSuite

        boolean shouldFilterSuite​(TestSuite testSuite,
                                  java.lang.Object testInstance)
        Checks if the given testSuite should be filtered.
        Parameters:
        testSuite - the test suite which might be filtered
        testInstance - the test suite instance
        Returns:
        true, if the test suite should be excluded from the execution plan, otherwise false
        Since:
        2.0.0
      • shouldFilterClass

        boolean shouldFilterClass​(TestClass testClass,
                                  java.lang.Object testInstance)
        Checks if the given testClass should be filtered.
        Parameters:
        testClass - the test class which might be filtered
        testInstance - the test class instance
        Returns:
        true, if the test class should be excluded from the execution plan, otherwise false
        Since:
        2.0.0
      • shouldFilterStep

        boolean shouldFilterStep​(TestStep testStep,
                                 java.lang.Object testInstance)
        Checks if the given testStep should be filtered.
        Parameters:
        testStep - the test step which might be filtered
        testInstance - the test class instance
        Returns:
        true, if the test step should be excluded from the execution plan, otherwise false
        Since:
        2.0.0