Package org.antlr.gunit
-
Interface Summary 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 Summary 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 walkergUnitExecutor gUnitLexer gUnitParser gUnitParser.file_return gUnitParser.id_return gUnitParser.option_return gUnitParser.testsuite_scope gUnitParser.treeAdaptor_return gUnitTestInput A class which contains input information of an individual testuitegUnitTestResult 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 Summary Exception Description InvalidInputException