Searched refs:secondRunResult (Results 1 – 1 of 1) sorted by relevance
90 FluentFuture<Integer> secondRunResult = singletonRunner.runSingleInstance(); in testShouldRunOnceMultipleStartStops() local97 assertThat(firstRunResult).isSameInstanceAs(secondRunResult); in testShouldRunOnceMultipleStartStops()98 assertThat(secondRunResult).isSameInstanceAs(thirdRunResult); in testShouldRunOnceMultipleStartStops()114 FluentFuture<Integer> secondRunResult = singletonRunner.runSingleInstance(); in testShouldRunAgain() local117 assertThat(secondRunResult.get()).isEqualTo(2); in testShouldRunAgain()