310311312313314315316
doc("{_id:\"hi\", foo: null, bar: null}"), settings(), null); assertThat(result.size(), is(0)); } private CouchDocument doc(final String json) throws JSONException { return new CouchDocument(new JSONObject(json)); }