Package | Description |
---|---|
org.antlr.gunit |
Modifier and Type | Field | Description |
---|---|---|
protected Map<gUnitTestInput,AbstractTest> |
gUnitTestSuite.testSuites |
A map which stores input/output pairs (individual testsuites).
|
Modifier and Type | Method | Description |
---|---|---|
gUnitTestInput |
gUnitParser.input() |
Modifier and Type | Method | 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–2018 ANTLR. All rights reserved.