Searched refs:thirdCallable (Results 1 – 2 of 2) sorted by relevance
80 TestCallable thirdCallable = new TestCallable(Futures.<Void>immediateFuture(null)); in testCancellationDoesNotViolateSerialization() local82 Future<?> possiblyIgnoredError1 = serializer.submitAsync(thirdCallable, directExecutor()); in testCancellationDoesNotViolateSerialization()85 assertThat(thirdCallable.called).isFalse(); in testCancellationDoesNotViolateSerialization()88 assertThat(thirdCallable.called).isTrue(); in testCancellationDoesNotViolateSerialization()