Class TestExecutionException

  • All Implemented Interfaces:
    Serializable

    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:
    Serialized Form
    • Constructor Detail

      • TestExecutionException

        public TestExecutionException​(String message)
      • TestExecutionException

        public TestExecutionException​(String message,
                                      Throwable cause)