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 classBooleanTestclassOutputTestOutputTest represents a test for not only standard output string, but also AST output which is actually a return value from a parser.classReturnTestFields in org.antlr.gunit with type parameters of type AbstractTest Modifier and Type Field Description java.util.List<AbstractTest>gUnitExecutor. failuresjava.util.List<AbstractTest>gUnitExecutor. invalidsprotected java.util.Map<gUnitTestInput,AbstractTest>gUnitTestSuite. testSuitesA map which stores input/output pairs (individual testsuites).Methods in org.antlr.gunit that return AbstractTest Modifier and Type Method Description AbstractTestgUnitParser. expect()Methods in org.antlr.gunit with parameters of type AbstractTest Modifier and Type Method Description voidgUnitTestSuite. addTestCase(gUnitTestInput input, AbstractTest expect)
-