Package | Description |
---|---|
org.antlr.gunit |
Modifier and Type | Class and Description |
---|---|
class |
BooleanTest |
class |
OutputTest
OutputTest represents a test for not only standard output string,
but also AST output which is actually a return value from a parser.
|
class |
ReturnTest |
Modifier and Type | Field and Description |
---|---|
List<AbstractTest> |
gUnitExecutor.failures |
List<AbstractTest> |
gUnitExecutor.invalids |
protected Map<gUnitTestInput,AbstractTest> |
gUnitTestSuite.testSuites
A map which stores input/output pairs (individual testsuites).
|
Modifier and Type | Method and Description |
---|---|
void |
gUnitTestSuite.addTestCase(gUnitTestInput input,
AbstractTest expect) |
Copyright © 2015. All rights reserved.