trav.setBatchHint(halfSize);
DocumentList docList = trav.startTraversal();
testUserProfiles(docList, names);
assertEquals(EXPECTED_NAMES.subList(0, halfSize), names);
String checkpoint = docList.checkpoint();
JSONObject jo = new
JSONObject(checkpoint.substring(CHECKPOINT_PREFIX.length()));
assertTrue(jo.has("userProfileChangeToken"));
assertTrue(jo.has("userProfileLastFullSync"));
assertTrue(jo.has("userProfileNextIndex"));