294295296297298299300
{ verify(rs); } public static void verify(ResultSet rs) throws Exception { verify(new ResultSetApprovalWriter(rs), "csv"); }