| Interface | Description |
|---|---|
| Report | |
| ReportVisitor |
Visitor pattern for
Report |
| ReportVisitorEx<O> |
Visitor pattern with return value for
Report |
| Class | Description |
|---|---|
| AbstractReport | |
| AssertionFailedExecutionReport |
Represents an unsuccesful execution of an OPPLTestCase where an assertion in
a test failed.
|
| ConfigurationFailedExecutionReport |
Represents an execution of an OPPLTestCase that terminated unsuccessfully
because its configuration failed.
|
| DefaultReportVisitorExAdapter<O> | |
| RuntimeErrorEncounteredExecutionReport |
Represents an execution report about an OPPL Test Case whose execution was
abnormal because of an internal error/exception.
|
| SuccessfulExecutionReport |
Represents an entirely successful execution execution of test inside an
OPPLTestCase
|
| UnexecutedTestReport |
Represents a report about a Test that has not been yet executed.
|
| 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.
|
Copyright © 2014 The University of Manchester. All Rights Reserved.