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.runner   
 

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 with parameters of type ITestCaseInput
 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.runner
 

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

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



Copyright © 2013. All Rights Reserved.