Uses of Interface
org.antlr.gunit.swingui.model.ITestCaseOutput

Packages that use ITestCaseOutput
org.antlr.gunit.swingui.model   
org.antlr.gunit.swingui.runner   
 

Uses of ITestCaseOutput in org.antlr.gunit.swingui.model
 

Classes in org.antlr.gunit.swingui.model that implement ITestCaseOutput
 class TestCaseOutputAST
           
 class TestCaseOutputResult
           
 class TestCaseOutputReturn
           
 class TestCaseOutputStdOut
           
 

Methods in org.antlr.gunit.swingui.model that return ITestCaseOutput
 ITestCaseOutput TestCase.getOutput()
           
 

Methods in org.antlr.gunit.swingui.model with parameters of type ITestCaseOutput
 void TestCase.setOutput(ITestCaseOutput out)
           
 

Constructors in org.antlr.gunit.swingui.model with parameters of type ITestCaseOutput
TestCase(ITestCaseInput input, ITestCaseOutput output)
           
 

Uses of ITestCaseOutput in org.antlr.gunit.swingui.runner
 

Methods in org.antlr.gunit.swingui.runner that return ITestCaseOutput
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
 void TestSuiteAdapter.addTestCase(ITestCaseInput in, ITestCaseOutput out)
           
 



Copyright © 2013. All Rights Reserved.