api / org.gradle.tooling / TestExecutionException

TestExecutionException

open class TestExecutionException : GradleConnectionException

Thrown when the org.gradle.tooling.TestLauncher cannot run tests, or when one or more tests fail.

Since
2.6

Constructors

<init>

TestExecutionException(message: String, throwable: Throwable)
TestExecutionException(message: String)