Uses of Interface
org.antlr.gunit.swingui.model.ITestCaseInput
-
Packages that use ITestCaseInput Package Description org.antlr.gunit.swingui org.antlr.gunit.swingui.model org.antlr.gunit.swingui.parsers org.antlr.gunit.swingui.runner -
-
Uses of ITestCaseInput in org.antlr.gunit.swingui
Fields in org.antlr.gunit.swingui declared as ITestCaseInput Modifier and Type Field Description protected ITestCaseInputAbstractInputEditor. inputMethods in org.antlr.gunit.swingui with parameters of type ITestCaseInput Modifier and Type Method Description voidAbstractInputEditor. setInput(ITestCaseInput input) -
Uses of ITestCaseInput in org.antlr.gunit.swingui.model
Classes in org.antlr.gunit.swingui.model that implement ITestCaseInput Modifier and Type Class Description classTestCaseInputFileclassTestCaseInputMultiStringclassTestCaseInputStringMethods in org.antlr.gunit.swingui.model that return ITestCaseInput Modifier and Type Method Description ITestCaseInputTestCase. getInput()Methods in org.antlr.gunit.swingui.model with parameters of type ITestCaseInput Modifier and Type Method Description voidTestCase. setInput(ITestCaseInput in)Constructors in org.antlr.gunit.swingui.model with parameters of type ITestCaseInput Constructor Description TestCase(ITestCaseInput input, ITestCaseOutput output) -
Uses of ITestCaseInput in org.antlr.gunit.swingui.parsers
Methods in org.antlr.gunit.swingui.parsers that return ITestCaseInput Modifier and Type Method Description ITestCaseInputStGUnitParser. input() -
Uses of ITestCaseInput in org.antlr.gunit.swingui.runner
Methods in org.antlr.gunit.swingui.runner that return ITestCaseInput Modifier and Type Method Description static ITestCaseInputTestSuiteAdapter. createFileInput(java.lang.String fileName)static ITestCaseInputTestSuiteAdapter. createMultiInput(java.lang.String text)static ITestCaseInputTestSuiteAdapter. createStringInput(java.lang.String line)Methods in org.antlr.gunit.swingui.runner with parameters of type ITestCaseInput Modifier and Type Method Description voidTestSuiteAdapter. addTestCase(ITestCaseInput in, ITestCaseOutput out)
-