Searched refs:TestExecutorRule (Results 1 – 3 of 3) sorted by relevance
38 public class TestExecutorRule extends ExternalResource { class56 public TestExecutorRule(Duration timeout) { in TestExecutorRule() method in TestExecutorRule
61 public TestExecutorRule testExecutorRule =62 new TestExecutorRule(Duration.ofMillis(2 * DEFAULT_TIMEOUT_MILLIS));
87 @Rule public TestExecutorRule testExecutorRule = new TestExecutorRule(Duration.ofSeconds(2));