assert.deepEqual(created_resource.created_context,creation_context.toObject(),"Context info stored in resource's `created_context` attribute should reflect the actual context of creating this resource");
assert.deepEqual(patched_resource.last_modified_context,modification_context.toObject(),"Context info stored in resource's `last_modified` attribute should reflect the actual context of last modification to this resource after performing `patch` on it.")
assert.deepEqual(patched_resource.last_modified_context,update_context.toObject(),"Context info stored in resource's `last_modified` attribute should reflect the actual context of last modification to this resource after performing `update` on it.")