public class RuntimeErrorEncounteredExecutionReport extends UnsuccessfulExecutionReport
| Constructor and Description |
|---|
RuntimeErrorEncounteredExecutionReport(OPPLTestCase opplTestCase,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ReportVisitor visitor) |
<O> O |
accept(ReportVisitorEx<O> visitor) |
Throwable |
getCause() |
String |
toString() |
getOPPLTestCasepublic RuntimeErrorEncounteredExecutionReport(OPPLTestCase opplTestCase, Throwable t)
opplTestCase - opplTestCaset - tpublic void accept(ReportVisitor visitor)
visitor - visitorpublic <O> O accept(ReportVisitorEx<O> visitor)
visitor - visitorpublic Throwable getCause()
Copyright © 2014 The University of Manchester. All Rights Reserved.