89909192939495
subject.end(new ASTblock(SieveParserTreeConstants.JJTBLOCK)); } public void testEndASTarguments() throws Exception { mock.expects(once()).method("endArguments"); subject.end(new ASTarguments(SieveParserTreeConstants.JJTARGUMENTS)); }
158159160161162163164
subject.start(new ASTblock(SieveParserTreeConstants.JJTBLOCK)); } public void testStartASTarguments() throws Exception { mock.expects(once()).method("startArguments"); subject.start(new ASTarguments(SieveParserTreeConstants.JJTARGUMENTS)); }