|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITestCaseOutput | |
|---|---|
| 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 | |
|---|---|
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.parsers |
|---|
| Methods in org.antlr.gunit.swingui.parsers that return ITestCaseOutput | |
|---|---|
ITestCaseOutput |
StGUnitParser.expect()
|
| Uses of ITestCaseOutput in org.antlr.gunit.swingui.runner |
|---|
| Methods in org.antlr.gunit.swingui.runner that return ITestCaseOutput | |
|---|---|
static ITestCaseOutput |
TestSuiteAdapter.createAstOutput(String ast)
|
static ITestCaseOutput |
TestSuiteAdapter.createBoolOutput(boolean bool)
|
static ITestCaseOutput |
TestSuiteAdapter.createReturnOutput(String text)
|
static ITestCaseOutput |
TestSuiteAdapter.createStdOutput(String text)
|
| Methods in org.antlr.gunit.swingui.runner with parameters of type ITestCaseOutput | |
|---|---|
void |
TestSuiteAdapter.addTestCase(ITestCaseInput in,
ITestCaseOutput out)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||