Home
last modified time | relevance | path

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

/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DAbstractInteropTest.java165 private ScheduledExecutorService testServiceExecutor; field in AbstractInteropTest
210 testServiceExecutor = Executors.newScheduledThreadPool(2); in startServer()
222 new TestServiceImpl(testServiceExecutor), in startServer()
244 if (testServiceExecutor != null) { in stopServer()
245 testServiceExecutor.shutdown(); in stopServer()