Uses of Class
org.antlr.gunit.swingui.model.TestSuite
-
Packages that use TestSuite Package Description org.antlr.gunit.swingui org.antlr.gunit.swingui.model org.antlr.gunit.swingui.runner -
-
Uses of TestSuite in org.antlr.gunit.swingui
Methods in org.antlr.gunit.swingui with parameters of type TestSuite Modifier and Type Method Description void
RuleListController. initialize(TestSuite ts)
void
RunnerController. OnShowSuiteResult(TestSuite suite)
-
Uses of TestSuite in org.antlr.gunit.swingui.model
Methods in org.antlr.gunit.swingui.model that return TestSuite Modifier and Type Method Description static TestSuite
TestSuiteFactory. createTestSuite(java.io.File grammarFile)
Factory method: create a testsuite from ANTLR grammar.static TestSuite
TestSuiteFactory. loadTestSuite(java.io.File file)
From textual script to program model.Methods in org.antlr.gunit.swingui.model with parameters of type TestSuite Modifier and Type Method Description static java.lang.String
TestSuiteFactory. getScript(TestSuite testSuite)
Get the text script from the testSuite.static boolean
TestSuiteFactory. saveTestSuite(TestSuite testSuite)
-
Uses of TestSuite in org.antlr.gunit.swingui.runner
Constructors in org.antlr.gunit.swingui.runner with parameters of type TestSuite Constructor Description gUnitAdapter(TestSuite suite)
NotifiedTestExecuter(GrammarInfo grammarInfo, java.lang.ClassLoader loader, java.lang.String testsuiteDir, TestSuite suite)
TestSuiteAdapter(TestSuite testSuite)
-