Searched refs:testExecutorRule (Results 1 – 2 of 2) sorted by relevance
61 public TestExecutorRule testExecutorRule = field in AndroidConnectivityHandlerTest71 scheduledExecutorService = testExecutorRule.newSingleThreadScheduledExecutor(); in setUp()
87 @Rule public TestExecutorRule testExecutorRule = new TestExecutorRule(Duration.ofSeconds(2)); field in DownloaderTest102 MoreExecutors.listeningDecorator(testExecutorRule.newSingleThreadExecutor()); in setUp()103 ioExecutor = testExecutorRule.newSingleThreadExecutor(); in setUp()