Package | Description |
---|---|
org.antlr.gunit.swingui.model | |
org.antlr.gunit.swingui.runner |
Modifier and Type | Class and Description |
---|---|
class |
TestCaseOutputAST |
class |
TestCaseOutputResult |
class |
TestCaseOutputReturn |
class |
TestCaseOutputStdOut |
Modifier and Type | Method and Description |
---|---|
ITestCaseOutput |
TestCase.getOutput() |
Modifier and Type | Method and Description |
---|---|
void |
TestCase.setOutput(ITestCaseOutput out) |
Constructor and Description |
---|
TestCase(ITestCaseInput input,
ITestCaseOutput output) |
Modifier and Type | Method and Description |
---|---|
static ITestCaseOutput |
TestSuiteAdapter.createAstOutput(String ast) |
static ITestCaseOutput |
TestSuiteAdapter.createBoolOutput(boolean bool) |
static ITestCaseOutput |
TestSuiteAdapter.createReturnOutput(String text) |
static ITestCaseOutput |
TestSuiteAdapter.createStdOutput(String text) |
Modifier and Type | Method and Description |
---|---|
void |
TestSuiteAdapter.addTestCase(ITestCaseInput in,
ITestCaseOutput out) |
Copyright © 1992–2015 ANTLR. All rights reserved.