"check if the number of users in the converted container is two",
2,
ujc2.users.size()
);
final Iterator<JsonUser>it=ujc.users.iterator();
final JsonUser ju1 = it.next();
final JsonUser ju2 = it.next();
assertNotNull(
"check if the number of users container has its values initialized",
ju1
);
assertEquals(