| Package | Description |
|---|---|
| org.antlr.gunit.swingui | |
| org.antlr.gunit.swingui.model | |
| org.antlr.gunit.swingui.runner |
| Modifier and Type | Method | Description |
|---|---|---|
void |
RuleListController.initialize(TestSuite ts) |
|
void |
RunnerController.OnShowSuiteResult(TestSuite suite) |
| Modifier and Type | Method | Description |
|---|---|---|
static TestSuite |
TestSuiteFactory.createTestSuite(File grammarFile) |
Factory method: create a testsuite from ANTLR grammar.
|
static TestSuite |
TestSuiteFactory.loadTestSuite(File file) |
From textual script to program model.
|
| Modifier and Type | Method | Description |
|---|---|---|
static String |
TestSuiteFactory.getScript(TestSuite testSuite) |
Get the text script from the testSuite.
|
static boolean |
TestSuiteFactory.saveTestSuite(TestSuite testSuite) |
| Constructor | Description |
|---|---|
gUnitAdapter(TestSuite suite) |
|
NotifiedTestExecuter(GrammarInfo grammarInfo,
ClassLoader loader,
String testsuiteDir,
TestSuite suite) |
|
TestSuiteAdapter(TestSuite testSuite) |
Copyright © 1992–2018 ANTLR. All rights reserved.