public class ReportingTestRunner extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OPPLTestCase |
opplTestCase |
| Constructor and Description |
|---|
ReportingTestRunner(OPPLTestCase opplTestCase) |
| Modifier and Type | Method and Description |
|---|---|
OPPLTestCase |
getOPPLTestCase() |
Map<OPPLTestCase,List<Report>> |
run()
Executes the test case returning a Map whose keys are the input
OPPLTestCases and whose values are the various reports resulting from
them.
|
protected final OPPLTestCase opplTestCase
public ReportingTestRunner(OPPLTestCase opplTestCase)
opplTestCase - opplTestCasepublic OPPLTestCase getOPPLTestCase()
public Map<OPPLTestCase,List<Report>> run()
NullPointerException - when the input is null.Copyright © 2014 The University of Manchester. All Rights Reserved.