Interface | Description |
---|---|
ITestCase |
ITestCase object locates one test case in a gUnit script by specifying the
tested rule and the index number of the test case in that group.
|
ITestSuite |
A gUnit script file is an Antlr "test suite".
|
Class | Description |
---|---|
AbstractTest | |
BooleanTest | |
GrammarInfo | |
gUnitBaseTest |
All gUnit-generated JUnit class should extend this class
which implements the essential methods for triggering
ANTLR parser/tree walker
|
gUnitExecutor | |
gUnitTestInput |
A class which contains input information of an individual testuite
|
gUnitTestResult | |
gUnitTestSuite | |
Interp |
The main gUnit interpreter entry point.
|
JUnitCodeGen | |
OutputTest |
OutputTest represents a test for not only standard output string,
but also AST output which is actually a return value from a parser.
|
ReturnTest |
Exception | Description |
---|---|
InvalidInputException |
Copyright © 2015. All rights reserved.