subject.end(new ASTtest_list(SieveParserTreeConstants.JJTTEST_LIST));
}
public void testEndASTstring_list() throws Exception {
mock.expects(once()).method("endStringListArgument");
subject.end(new ASTstring_list(SieveParserTreeConstants.JJTSTRING_LIST));
}