Class PromTestException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PromTestException
    extends java.lang.Exception
    Exception that stores all collected failed tests that arised in PromTestFramework. Call toString() for a formatted test report.
    Author:
    dfahland
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      protected static class  PromTestException.ResultMismatch
      Associates a test case to expected and returned results in case the test was not successful.
      protected static class  PromTestException.WrappedException
      Associates a test case to a thrown exception that occurred during its execution.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait