Package org.processmining.contexts.cli
Class PromTestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.processmining.contexts.cli.PromTestException
-
- All Implemented Interfaces:
java.io.Serializable
public class PromTestException extends java.lang.Exception
Exception that stores all collected failed tests that arised inPromTestFramework
. CalltoString()
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.
-
Constructor Summary
Constructors Constructor Description PromTestException(java.util.List<PromTestException.ResultMismatch> failures, java.util.List<PromTestException.WrappedException> errors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Constructor Detail
-
PromTestException
public PromTestException(java.util.List<PromTestException.ResultMismatch> failures, java.util.List<PromTestException.WrappedException> errors)
-
-