Example #1
0
 @Test
 @DataFrom("dataGetWhereCondiction")
 public void testGetWhereCondiction(DataMap map, String where) {
   String result = DBHelper.getWhereCondiction(map);
   want.string(result).eq(where, StringMode.SameAsSpace);
 }