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.ExceptionException 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 classPromTestException.ResultMismatchAssociates a test case to expected and returned results in case the test was not successful.protected static classPromTestException.WrappedExceptionAssociates 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.StringtoString()
-
-
-
Constructor Detail
-
PromTestException
public PromTestException(java.util.List<PromTestException.ResultMismatch> failures, java.util.List<PromTestException.WrappedException> errors)
-
-