Uses of Class
org.antlr.gunit.AbstractTest
-
Packages that use AbstractTest Package Description org.antlr.gunit -
-
Uses of AbstractTest in org.antlr.gunit
Subclasses of AbstractTest in org.antlr.gunit Modifier and Type Class Description 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 Modifier and Type Field Description 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 that return AbstractTest Modifier and Type Method Description AbstractTest
gUnitParser. expect()
Methods in org.antlr.gunit with parameters of type AbstractTest Modifier and Type Method Description void
gUnitTestSuite. addTestCase(gUnitTestInput input, AbstractTest expect)
-