| Package | Description |
|---|---|
| org.coode.parsers.oppl.testcase |
| Modifier and Type | Method and Description |
|---|---|
OPPLTest |
OPPLTestCaseTypes.test() |
| Modifier and Type | Method and Description |
|---|---|
List<OPPLTest> |
OPPLTestCaseImpl.getTests() |
List<OPPLTest> |
OPPLTestCase.getTests()
Retrieves the list of Test instances for this OPPLTestCase.
|
List<OPPLTest> |
OPPLTestCaseTypes.tests() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
TestCaseRunner.fail(OPPLTest test) |
protected void |
JUnitTestCaseRunner.fail(OPPLTest test) |
protected void |
TestCaseRunner.runTest(OPPLTest test,
Set<? extends BindingNode> bindings) |
protected abstract void |
TestCaseRunner.success(OPPLTest test) |
protected void |
JUnitTestCaseRunner.success(OPPLTest test) |
| Modifier and Type | Method and Description |
|---|---|
OPPLTestCase |
OPPLTestCaseFactory.buildOPPLTestCase(String name,
OPPLScript opplContent,
List<? extends OPPLTest> tests,
boolean requiresInference) |
OPPLTestCase |
AbstractOPPLTestCaseFactory.buildOPPLTestCase(String name,
OPPLScript opplContent,
List<? extends OPPLTest> tests,
boolean requiresInference) |
| Constructor and Description |
|---|
OPPLTestCaseImpl(String name,
OPPLScript opplScript,
List<? extends OPPLTest> tests,
boolean requiresInference) |
Copyright © 2014 The University of Manchester. All Rights Reserved.