public class OPPLTestCaseImpl extends Object implements OPPLTestCase
| Constructor and Description |
|---|
OPPLTestCaseImpl(String name,
OPPLScript opplScript,
List<? extends OPPLTest> tests,
boolean requiresInference) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName()
Retrieves the name of this OPPLTest
|
OPPLScript |
getOPPLScript()
Retrieves the OPPLScript contained by this OPPLTestCase.
|
List<OPPLTest> |
getTests()
Retrieves the list of Test instances for this OPPLTestCase.
|
int |
hashCode() |
boolean |
requiresInference()
Determines whether this OPPLTestCase should be run in presence of a
reasoner.
|
String |
toString() |
public OPPLTestCaseImpl(String name, OPPLScript opplScript, List<? extends OPPLTest> tests, boolean requiresInference)
name - nameopplScript - opplScripttests - testsrequiresInference - requiresInferencepublic String getName()
OPPLTestCasegetName in interface OPPLTestCasepublic boolean requiresInference()
OPPLTestCaserequiresInference in interface OPPLTestCasetrue if this OPPLTestCase needs a reasoner,
false otherwise.public OPPLScript getOPPLScript()
OPPLTestCasegetOPPLScript in interface OPPLTestCasepublic List<OPPLTest> getTests()
OPPLTestCasegetTests in interface OPPLTestCaseCopyright © 2014 The University of Manchester. All Rights Reserved.