| Package | Description |
|---|---|
| org.coode.parsers.oppl.testcase.ui | |
| org.coode.parsers.oppl.testcase.ui.report |
| Modifier and Type | Method and Description |
|---|---|
Map<OPPLTestCase,List<Report>> |
ReportingTestRunner.run()
Executes the test case returning a Map whose keys are the input
OPPLTestCases and whose values are the various reports resulting from
them.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReportTreeModel.isUnsuccessful(Report report) |
| Modifier and Type | Method and Description |
|---|---|
void |
SummaryPanel.addReports(Map<OPPLTestCase,List<Report>> reportList) |
void |
ReportTreeModel.addReports(Map<OPPLTestCase,List<Report>> reports) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReport |
class |
AssertionFailedExecutionReport
Represents an unsuccesful execution of an OPPLTestCase where an assertion in
a test failed.
|
class |
ConfigurationFailedExecutionReport
Represents an execution of an OPPLTestCase that terminated unsuccessfully
because its configuration failed.
|
class |
RuntimeErrorEncounteredExecutionReport
Represents an execution report about an OPPL Test Case whose execution was
abnormal because of an internal error/exception.
|
class |
SuccessfulExecutionReport
Represents an entirely successful execution execution of test inside an
OPPLTestCase
|
class |
UnexecutedTestReport
Represents a report about a Test that has not been yet executed.
|
class |
UnsuccessfulExecutionReport
Represents a partly unsuccessful execution of an OPPLTestCase, i.e.: one when
either the configuration failed, or the execution of the query could not
terminate because of an internal error was raised, or one of the assertions
in the test did.
|
| Modifier and Type | Method and Description |
|---|---|
protected O |
DefaultReportVisitorExAdapter.getDefaultValue(Report report) |
Copyright © 2014 The University of Manchester. All Rights Reserved.