Uses of Class
org.antlr.gunit.gUnitTestInput

Packages that use gUnitTestInput
org.antlr.gunit   
 

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
 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)
           
 



Copyright © 2011. All Rights Reserved.