Interface TestController

  • All Known Implementing Classes:
    TestSupport

    public interface TestController
    • Method Detail

      • currentState

        TestState currentState()
        The current test state
      • runAllTests

        void runAllTests()
        Runs all tests
      • setDisplayTestOutput

        void setDisplayTestOutput​(boolean displayTestOutput)
        Sets if test output should be displayed in the logs
        Parameters:
        displayTestOutput -
      • runFailedTests

        void runFailedTests()
        re-runs all tests that are currently in a failed state
      • toggleBrokenOnlyMode

        boolean toggleBrokenOnlyMode()
        Toggles 'broken only' mode, where only failing tests are run
        Returns:
        true if this change enabled broken only mode