Searched refs:nonExistent (Results 1 – 3 of 3) sorted by relevance
152 AppSearchBatchResult<String, GenericDocument> nonExistent = in testGlobalGetById() local162 assertThat(nonExistent.isSuccess()).isFalse(); in testGlobalGetById()163 assertThat(nonExistent.getSuccesses()).isEmpty(); in testGlobalGetById()164 assertThat(nonExistent.getFailures()).containsKey("id1"); in testGlobalGetById()165 assertThat(nonExistent.getFailures().get("id1").getResultCode()) in testGlobalGetById()
811 AppSearchBatchResult<String, GenericDocument> nonExistent = mGlobalSearchSession in testGlobalGetById_withAccess() local817 assertThat(nonExistent.isSuccess()).isFalse(); in testGlobalGetById_withAccess()818 assertThat(nonExistent.getSuccesses()).isEmpty(); in testGlobalGetById_withAccess()
399 public void nonExistent() throws IdentityCredentialException { in nonExistent() method in ProvisioningTest