Home
last modified time | relevance | path

Searched refs:TestExecutorRule (Results 1 – 3 of 3) sorted by relevance

/external/downloader/src/test/java/com/google/android/downloader/
DTestExecutorRule.java38 public class TestExecutorRule extends ExternalResource { class
56 public TestExecutorRule(Duration timeout) { in TestExecutorRule() method in TestExecutorRule
DAndroidConnectivityHandlerTest.java61 public TestExecutorRule testExecutorRule =
62 new TestExecutorRule(Duration.ofMillis(2 * DEFAULT_TIMEOUT_MILLIS));
DDownloaderTest.java87 @Rule public TestExecutorRule testExecutorRule = new TestExecutorRule(Duration.ofSeconds(2));