Package | Description |
---|---|
org.antlr.gunit |
Modifier and Type | Class | 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 | Description |
---|---|---|
java.util.List<AbstractTest> |
gUnitExecutor.failures |
|
java.util.List<AbstractTest> |
gUnitExecutor.invalids |
|
protected java.util.Map<gUnitTestInput,AbstractTest> |
gUnitTestSuite.testSuites |
A map which stores input/output pairs (individual testsuites).
|
Modifier and Type | Method | Description |
---|---|---|
AbstractTest |
gUnitParser.expect() |
Modifier and Type | Method | Description |
---|---|---|
void |
gUnitTestSuite.addTestCase(gUnitTestInput input,
AbstractTest expect) |
Copyright © 1992–2018 ANTLR. All rights reserved.