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

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

Uses of ITestCaseInput in org.antlr.gunit.swingui
 

Fields in org.antlr.gunit.swingui declared as ITestCaseInput
protected  ITestCaseInput AbstractInputEditor.input
           
 

Methods in org.antlr.gunit.swingui that return ITestCaseInput
static ITestCaseInput Translator.TestSuiteAdapter.createFileInput(java.lang.String fileName)
           
static ITestCaseInput Translator.TestSuiteAdapter.createMultiInput(java.lang.String text)
           
static ITestCaseInput Translator.TestSuiteAdapter.createStringInput(java.lang.String line)
           
 

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

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

Classes in org.antlr.gunit.swingui.model that implement ITestCaseInput
 class TestCaseInputFile
           
 class TestCaseInputMultiString
           
 class TestCaseInputString
           
 

Methods in org.antlr.gunit.swingui.model that return ITestCaseInput
 ITestCaseInput TestCase.getInput()
           
 

Methods in org.antlr.gunit.swingui.model with parameters of type ITestCaseInput
 void TestCase.setInput(ITestCaseInput in)
           
 

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

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

Methods in org.antlr.gunit.swingui.parsers that return ITestCaseInput
 ITestCaseInput StGUnitParser.input()
           
 



Copyright © 2009. All Rights Reserved.