Class TestExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.tooling.GradleConnectionException
org.gradle.tooling.TestExecutionException
- All Implemented Interfaces:
Serializable
Thrown when the
TestLauncher cannot run tests, or when one or more tests fail.
- Since:
- 2.6
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTestExecutionException(String message) TestExecutionException(String message, Throwable throwable) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TestExecutionException
-
TestExecutionException
-