Uses of Interface
org.antlr.gunit.swingui.model.ITestCaseOutput

Packages that use ITestCaseOutput
org.antlr.gunit.swingui   
org.antlr.gunit.swingui.model   
org.antlr.gunit.swingui.parsers   
 

Uses of ITestCaseOutput in org.antlr.gunit.swingui
 

Methods in org.antlr.gunit.swingui that return ITestCaseOutput
static ITestCaseOutput Translator.TestSuiteAdapter.createAstOutput(java.lang.String ast)
           
static ITestCaseOutput Translator.TestSuiteAdapter.createBoolOutput(boolean bool)
           
static ITestCaseOutput Translator.TestSuiteAdapter.createReturnOutput(java.lang.String text)
           
static ITestCaseOutput Translator.TestSuiteAdapter.createStdOutput(java.lang.String text)
           
 

Methods in org.antlr.gunit.swingui with parameters of type ITestCaseOutput
 void Translator.TestSuiteAdapter.addTestCase(ITestCaseInput in, ITestCaseOutput out)
           
 

Uses of ITestCaseOutput in org.antlr.gunit.swingui.model
 

Classes in org.antlr.gunit.swingui.model that implement ITestCaseOutput
 class TestCaseOutputAST
           
 class TestCaseOutputResult
           
 class TestCaseOutputReturn
           
 class TestCaseOutputStdOut
           
 

Methods in org.antlr.gunit.swingui.model that return ITestCaseOutput
 ITestCaseOutput TestCase.getOutput()
           
 

Methods in org.antlr.gunit.swingui.model with parameters of type ITestCaseOutput
 void TestCase.setOutput(ITestCaseOutput out)
           
 

Constructors in org.antlr.gunit.swingui.model with parameters of type ITestCaseOutput
TestCase(ITestCaseInput input, ITestCaseOutput output)
           
 

Uses of ITestCaseOutput in org.antlr.gunit.swingui.parsers
 

Methods in org.antlr.gunit.swingui.parsers that return ITestCaseOutput
 ITestCaseOutput StGUnitParser.expect()
           
 



Copyright © 2009. All Rights Reserved.