Package org.testng

Class ConfigurationNotInvokedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConfigurationNotInvokedException
    extends TestNGException
    Represents an exception that is thrown when a configuration method is not invoked. One of the use-cases when this can happen is when the user does the following:
    • User defines a configuration method
    • The class that houses the configuration method defines support for callbacks via IConfigurable implementation
    • User willfully skips invoking the callback and also fails at altering the configuration 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

      • ConfigurationNotInvokedException

        public ConfigurationNotInvokedException​(ITestNGMethod tm)