assertEquals(
"check if the number of users in the container is two",
2,
ujc.users.size()
);
final String json = ujc.toJson();
//System.out.println(json);
assertTrue(
"check if the number of users json string has email and name",
json.contains("\"email1\"") &&
json.contains("\"email2\"") &&