Class PromTestException.WrappedException

  • Enclosing class:
    PromTestException

    protected static class PromTestException.WrappedException
    extends java.lang.Object
    Associates a test case to a thrown exception that occurred during its execution.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.reflect.Method test  
      protected java.lang.String testScript  
      protected java.lang.Throwable thrown  
    • Constructor Summary

      Constructors 
      Constructor Description
      WrappedException​(java.lang.reflect.Method test, java.lang.Throwable thrown)  
      WrappedException​(java.lang.String testScript, java.lang.Throwable thrown)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • test

        protected java.lang.reflect.Method test
      • testScript

        protected java.lang.String testScript
      • thrown

        protected java.lang.Throwable thrown
    • Constructor Detail

      • WrappedException

        public WrappedException​(java.lang.reflect.Method test,
                                java.lang.Throwable thrown)
      • WrappedException

        public WrappedException​(java.lang.String testScript,
                                java.lang.Throwable thrown)