Package org.testng

Class TestNotInvokedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TestNotInvokedException
    extends TestNGException
    Represents an exception that is thrown when a test method is not invoked. One of the use-cases when this can happen is when the user does the following:
    • User defines a test method
    • The class that houses the test method defines support for callbacks via IHookable implementation
    • User willfully skips invoking the callback and also fails at altering the test method's status via ITestResult.setStatus(int)
    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

      • TestNotInvokedException

        public TestNotInvokedException​(ITestNGMethod tm)