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 ITestCaseInput
AbstractInputEditor. input
Methods in org.antlr.gunit.swingui with parameters of type ITestCaseInput Modifier and Type Method Description void
AbstractInputEditor. 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 class
TestCaseInputFile
class
TestCaseInputMultiString
class
TestCaseInputString
Methods in org.antlr.gunit.swingui.model that return ITestCaseInput Modifier and Type Method Description ITestCaseInput
TestCase. getInput()
Methods in org.antlr.gunit.swingui.model with parameters of type ITestCaseInput Modifier and Type Method Description void
TestCase. 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 ITestCaseInput
StGUnitParser. 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 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 Modifier and Type Method Description void
TestSuiteAdapter. addTestCase(ITestCaseInput in, ITestCaseOutput out)
-