Lines Matching defs:Test
5 require 'antlr3/test/core-extensions'
6 require 'antlr3/test/grammar'
7 require 'antlr3/test/call-stack'
9 require 'test/unit'
13 module Test
76 # quickly as test cases are run, instead of waiting a few minutes
88 # anonymous subclasses, of the actual test class, which messes up the
89 # assumptions made in the test code. Grammars are stored in @grammars belonging
90 # to the test class, so in 1.9, this method is called with @grammars = {}
98 # An index of grammar file objects created in the test class
154 class Functional < ::Test::Unit::TestCase
230 end # module Test