Class TestExecutionException

All Implemented Interfaces:
Serializable

@Incubating public class TestExecutionException extends GradleException

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

Since:
2.6
See Also:
  • Constructor Details

    • TestExecutionException

      public TestExecutionException(String message)
    • TestExecutionException

      public TestExecutionException(String message, Throwable cause)