| Package | Description |
|---|---|
| org.antlr.gunit |
| Modifier and Type | Field and Description |
|---|---|
protected Map<gUnitTestInput,AbstractTest> |
gUnitTestSuite.testSuites
A map which stores input/output pairs (individual testsuites).
|
| Modifier and Type | Method and Description |
|---|---|
gUnitTestInput |
gUnitParser.input() |
| Modifier and Type | Method and Description |
|---|---|
void |
gUnitTestSuite.addTestCase(gUnitTestInput input,
AbstractTest expect) |
protected gUnitTestResult |
gUnitExecutor.runLexer(String lexerName,
String testRuleName,
gUnitTestInput testInput) |
protected gUnitTestResult |
gUnitExecutor.runParser(String parserName,
String lexerName,
String testRuleName,
gUnitTestInput testInput) |
protected gUnitTestResult |
gUnitExecutor.runTreeParser(String parserName,
String lexerName,
String testRuleName,
String testTreeRuleName,
gUnitTestInput testInput) |
Copyright © 1992-2013 ANTLR. All Rights Reserved.