Package org.gradle.tooling
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 SummaryConstructorsConstructorDescriptionTestExecutionException(String message) TestExecutionException(String message, Throwable throwable) Constructor.
- 
Method SummaryMethods inherited from class org.gradle.tooling.GradleConnectionExceptiongetFailuresMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString