Class
ParserTestCase
In:
test/src/parser_test.rb
Parent:
RUNIT::TestCase
Methods
add_encountered
assertError
assertGrammar
assertGrammarError
assertParser
current
Included Modules
Functors
Parsers
Public Instance methods
add_encountered
(msg, encountered)
assertError
(code, expected, parser, index=0, line=1, col=1+index)
assertGrammar
(code, expected, lexer, grammar)
assertGrammarError
(code, expected, token_name, lexer, grammar, index=0, line=1, col=1+index)
assertParser
(code, expected, parser)
current
(code, index)
[Validate]