Searched refs:getDocumentRequest (Results 1 – 1 of 1) sorted by relevance
216 GetByDocumentIdRequest getDocumentRequest = new GetByDocumentIdRequest.Builder( in testGetEnterpriseContact() local222 DATABASE_NAME, getDocumentRequest).get(); in testGetEnterpriseContact()259 assertThat(getDocumentRequest.getProjections()).isEmpty(); in testGetEnterpriseContact()264 GetByDocumentIdRequest getDocumentRequest = new GetByDocumentIdRequest.Builder( in testGetEnterpriseContact_withProjection() local270 Map<String, List<String>> projectionsCopy = getDocumentRequest.getProjections(); in testGetEnterpriseContact_withProjection()275 DATABASE_NAME, getDocumentRequest).get(); in testGetEnterpriseContact_withProjection()292 assertThat(getDocumentRequest.getProjections()).isEqualTo(projectionsCopy); in testGetEnterpriseContact_withProjection()