api / org.gradle.api.tasks.testing / TestExecutionException

TestExecutionException

@Incubating open class TestExecutionException : GradleException

A TestExecutionException is thrown when no tests can be found that match the specified test filters.

Since
2.6

Constructors

<init>

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