Searched refs:onStoppedExecuted (Results 1 – 1 of 1) sorted by relevance
1072 final CompletableFuture<Boolean> onStoppedExecuted = new CompletableFuture<>(); in bootFailsWhenLowMem() local1082 onStoppedExecuted.complete(true); in bootFailsWhenLowMem()1088 assertThat(onStoppedExecuted.getNow(false)).isTrue(); in bootFailsWhenLowMem()