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 classTestCaseOutputASTclassTestCaseOutputResultclassTestCaseOutputReturnclassTestCaseOutputStdOutMethods in org.antlr.gunit.swingui.model that return ITestCaseOutput Modifier and Type Method Description ITestCaseOutputTestCase. getOutput()Methods in org.antlr.gunit.swingui.model with parameters of type ITestCaseOutput Modifier and Type Method Description voidTestCase. 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 ITestCaseOutputStGUnitParser. 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 ITestCaseOutputTestSuiteAdapter. createAstOutput(java.lang.String ast)static ITestCaseOutputTestSuiteAdapter. createBoolOutput(boolean bool)static ITestCaseOutputTestSuiteAdapter. createReturnOutput(java.lang.String text)static ITestCaseOutputTestSuiteAdapter. createStdOutput(java.lang.String text)Methods in org.antlr.gunit.swingui.runner with parameters of type ITestCaseOutput Modifier and Type Method Description voidTestSuiteAdapter. addTestCase(ITestCaseInput in, ITestCaseOutput out)
-