84858687888990
subject.end(node); } public void testEndASTblock() throws Exception { mock.expects(once()).method("endBlock"); subject.end(new ASTblock(SieveParserTreeConstants.JJTBLOCK)); }
153154155156157158159
subject.start(node); } public void testStartASTblock() throws Exception { mock.expects(once()).method("startBlock"); subject.start(new ASTblock(SieveParserTreeConstants.JJTBLOCK)); }