Class TestExecutionException

  • All Implemented Interfaces:
    java.io.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TestExecutionException

        public TestExecutionException​(java.lang.String message)
      • TestExecutionException

        public TestExecutionException​(java.lang.String message,
                                      java.lang.Throwable cause)