Package org.processmining.contexts.cli
Class PromTestException.WrappedException
- java.lang.Object
-
- org.processmining.contexts.cli.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)
-