Searched refs:onErrorExecuted (Results 1 – 1 of 1) sorted by relevance
1714 CompletableFuture<Boolean> onErrorExecuted = new CompletableFuture<>(); in encryptedStorageIsInaccessibleToDifferentVm() local1726 onErrorExecuted.complete(true); in encryptedStorageIsInaccessibleToDifferentVm()1735 assertThat(onErrorExecuted.getNow(false)).isTrue(); in encryptedStorageIsInaccessibleToDifferentVm()