Class TestExecutionException

All Implemented Interfaces:
Serializable

public class TestExecutionException extends GradleConnectionException
Thrown when the TestLauncher cannot run tests, or when one or more tests fail.
Since:
2.6
See Also:
  • Constructor Details

    • TestExecutionException

      public TestExecutionException(String message, Throwable throwable)
    • TestExecutionException

      @Incubating public TestExecutionException(String message, Throwable throwable, Supplier<List<Failure>> failures)
      Constructor.
      Since:
      8.12
    • TestExecutionException

      public TestExecutionException(String message)