|
||||||||||
| 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 | |
|---|---|
java.util.List<AbstractTest> |
gUnitExecutor.failures
|
java.util.List<AbstractTest> |
gUnitExecutor.invalids
|
protected java.util.Map<gUnitTestInput,AbstractTest> |
gUnitTestSuite.testSuites
A map which stores input/output pairs (individual testsuites). |
| Methods in org.antlr.gunit with parameters of type AbstractTest | |
|---|---|
void |
gUnitTestSuite.addTestCase(gUnitTestInput input,
AbstractTest expect)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||