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. testSuitesA map which stores input/output pairs (individual testsuites).Methods in org.antlr.gunit that return gUnitTestInput Modifier and Type Method Description gUnitTestInputgUnitParser. input()Methods in org.antlr.gunit with parameters of type gUnitTestInput Modifier and Type Method Description voidgUnitTestSuite. addTestCase(gUnitTestInput input, AbstractTest expect)protected gUnitTestResultgUnitExecutor. runLexer(java.lang.String lexerName, java.lang.String testRuleName, gUnitTestInput testInput)protected gUnitTestResultgUnitExecutor. runParser(java.lang.String parserName, java.lang.String lexerName, java.lang.String testRuleName, gUnitTestInput testInput)protected gUnitTestResultgUnitExecutor. runTreeParser(java.lang.String parserName, java.lang.String lexerName, java.lang.String testRuleName, java.lang.String testTreeRuleName, gUnitTestInput testInput)
-