|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractTest | |
|---|---|
| org.antlr.gunit | |
| Uses of AbstractTest in org.antlr.gunit |
|---|
| Subclasses of AbstractTest in org.antlr.gunit | |
|---|---|
class |
BooleanTest
|
class |
OutputTest
OutputTest represents a test for not only standard output string, but also AST output which is actually a return value from a parser. |
class |
ReturnTest
|
| Fields in org.antlr.gunit with type parameters of type AbstractTest | |
|---|---|
List<AbstractTest> |
gUnitExecutor.failures
|
List<AbstractTest> |
gUnitExecutor.invalids
|
protected Map<gUnitTestInput,AbstractTest> |
gUnitTestSuite.testSuites
A map which stores input/output pairs (individual testsuites). |
| Methods in org.antlr.gunit that return AbstractTest | |
|---|---|
AbstractTest |
gUnitParser.expect()
|
| Methods in org.antlr.gunit with parameters of type AbstractTest | |
|---|---|
void |
gUnitTestSuite.addTestCase(gUnitTestInput input,
AbstractTest expect)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||