Class TestExecutionException

All Implemented Interfaces:
Serializable

@Incubating 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

      public TestExecutionException(String message)