Uses of Class
org.antlr.gunit.gUnitTestInput

Uses of gUnitTestInput in org.antlr.gunit
 

Fields in org.antlr.gunit with type parameters of type gUnitTestInput
protected  java.util.Map<gUnitTestInput,AbstractTest> gUnitTestSuite.testSuites
          A map which stores input/output pairs (individual testsuites).
 

Methods in org.antlr.gunit with parameters of type gUnitTestInput
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)
           
 



Copyright © 2009. All Rights Reserved.