71727374757677
subject.end(new ASTstart(SieveParserTreeConstants.JJTSTART)); } public void testEndASTcommands() throws Exception { mock.expects(once()).method("endCommands"); subject.end(new ASTcommands(SieveParserTreeConstants.JJTCOMMANDS)); }
140141142143144145146
subject.start(new ASTstart(SieveParserTreeConstants.JJTSTART)); } public void testStartASTcommands() throws Exception { mock.expects(once()).method("startCommands"); subject.start(new ASTcommands(SieveParserTreeConstants.JJTCOMMANDS)); }