Uses of Class
org.antlr.gunit.gUnitTestInput
-
Packages that use gUnitTestInput Package Description org.antlr.gunit -
-
Uses of gUnitTestInput in org.antlr.gunit
Fields in org.antlr.gunit with type parameters of type gUnitTestInput Modifier and Type Field Description protected java.util.Map<gUnitTestInput,AbstractTest>
gUnitTestSuite. testSuites
A map which stores input/output pairs (individual testsuites).Methods in org.antlr.gunit that return gUnitTestInput Modifier and Type Method Description gUnitTestInput
gUnitParser. input()
Methods in org.antlr.gunit with parameters of type gUnitTestInput Modifier and Type Method Description void
gUnitTestSuite. addTestCase(gUnitTestInput input, AbstractTest expect)
protected gUnitTestResult
gUnitExecutor. runLexer(java.lang.String lexerName, java.lang.String testRuleName, gUnitTestInput testInput)
protected gUnitTestResult
gUnitExecutor. runParser(java.lang.String parserName, java.lang.String lexerName, java.lang.String testRuleName, gUnitTestInput testInput)
protected gUnitTestResult
gUnitExecutor. runTreeParser(java.lang.String parserName, java.lang.String lexerName, java.lang.String testRuleName, java.lang.String testTreeRuleName, gUnitTestInput testInput)
-