doc.findProperty(SpiConstants.PROPNAME_DOCID).nextValue().toString();
if (ActionType.ADD.equals(actionType)) {
IBaseObject object = os.getObject(null, id);
assertFalse(object instanceof FileDeletionObject);
assertTrue(checkpointContains(docList.checkpoint(),
doc.findProperty(SpiConstants.PROPNAME_LASTMODIFIED),
JsonField.LAST_MODIFIED_TIME));
isAddTested = true;
} else if (ActionType.DELETE.equals(actionType)) {
IBaseObject object = os.getObject(null, id);
if (object.isDeletionEvent()) {