Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractScheduledServiceTest.java92 service.startUpException = new Exception(); in testFailOnExceptionFromStartUp()
97 assertEquals(service.startUpException, e.getCause()); in testFailOnExceptionFromStartUp()
229 volatile Exception startUpException = null; field in AbstractScheduledServiceTest.TestService
251 if (startUpException != null) { in startUp()
252 throw startUpException; in startUp()