Uses of Interface
org.antlr.gunit.swingui.model.ITestCaseOutput
-
Packages that use ITestCaseOutput Package Description org.antlr.gunit.swingui.model org.antlr.gunit.swingui.parsers org.antlr.gunit.swingui.runner -
-
Uses of ITestCaseOutput in org.antlr.gunit.swingui.model
Classes in org.antlr.gunit.swingui.model that implement ITestCaseOutput Modifier and Type Class Description class
TestCaseOutputAST
class
TestCaseOutputResult
class
TestCaseOutputReturn
class
TestCaseOutputStdOut
Methods in org.antlr.gunit.swingui.model that return ITestCaseOutput Modifier and Type Method Description ITestCaseOutput
TestCase. getOutput()
Methods in org.antlr.gunit.swingui.model with parameters of type ITestCaseOutput Modifier and Type Method Description void
TestCase. setOutput(ITestCaseOutput out)
Constructors in org.antlr.gunit.swingui.model with parameters of type ITestCaseOutput Constructor Description TestCase(ITestCaseInput input, ITestCaseOutput output)
-
Uses of ITestCaseOutput in org.antlr.gunit.swingui.parsers
Methods in org.antlr.gunit.swingui.parsers that return ITestCaseOutput Modifier and Type Method Description ITestCaseOutput
StGUnitParser. expect()
-
Uses of ITestCaseOutput in org.antlr.gunit.swingui.runner
Methods in org.antlr.gunit.swingui.runner that return ITestCaseOutput Modifier and Type Method Description static ITestCaseOutput
TestSuiteAdapter. createAstOutput(java.lang.String ast)
static ITestCaseOutput
TestSuiteAdapter. createBoolOutput(boolean bool)
static ITestCaseOutput
TestSuiteAdapter. createReturnOutput(java.lang.String text)
static ITestCaseOutput
TestSuiteAdapter. createStdOutput(java.lang.String text)
Methods in org.antlr.gunit.swingui.runner with parameters of type ITestCaseOutput Modifier and Type Method Description void
TestSuiteAdapter. addTestCase(ITestCaseInput in, ITestCaseOutput out)
-