public class PromTestException
extends java.lang.Exception
PromTestFramework.
Call toString() for a formatted test report.| Modifier and Type | Class and 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 and Description |
|---|
PromTestException(java.util.List<PromTestException.ResultMismatch> failures,
java.util.List<PromTestException.WrappedException> errors) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public PromTestException(java.util.List<PromTestException.ResultMismatch> failures, java.util.List<PromTestException.WrappedException> errors)