Package | Description |
---|---|
org.antlr.gunit.swingui | |
org.antlr.gunit.swingui.model | |
org.antlr.gunit.swingui.runner |
Modifier and Type | Field and Description |
---|---|
protected ITestCaseInput |
AbstractInputEditor.input |
Modifier and Type | Method and Description |
---|---|
void |
AbstractInputEditor.setInput(ITestCaseInput input) |
Modifier and Type | Class and Description |
---|---|
class |
TestCaseInputFile |
class |
TestCaseInputMultiString |
class |
TestCaseInputString |
Modifier and Type | Method and Description |
---|---|
ITestCaseInput |
TestCase.getInput() |
Modifier and Type | Method and Description |
---|---|
void |
TestCase.setInput(ITestCaseInput in) |
Constructor and Description |
---|
TestCase(ITestCaseInput input,
ITestCaseOutput output) |
Modifier and Type | Method and Description |
---|---|
static ITestCaseInput |
TestSuiteAdapter.createFileInput(String fileName) |
static ITestCaseInput |
TestSuiteAdapter.createMultiInput(String text) |
static ITestCaseInput |
TestSuiteAdapter.createStringInput(String line) |
Modifier and Type | Method and Description |
---|---|
void |
TestSuiteAdapter.addTestCase(ITestCaseInput in,
ITestCaseOutput out) |
Copyright © 2013. All rights reserved.