66676869707172
subject.end(new SimpleNode(SieveParserTreeConstants.JJTBLOCK)); } public void testEndASTstart() throws Exception { mock.expects(once()).method("endScript"); subject.end(new ASTstart(SieveParserTreeConstants.JJTSTART)); }
135136137138139140141
subject.end(new SimpleNode(SieveParserTreeConstants.JJTBLOCK)); } public void testStartASTstart() throws Exception { mock.expects(once()).method("startScript"); subject.start(new ASTstart(SieveParserTreeConstants.JJTSTART)); }