Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractScheduledServiceTest.java105 service.shutDownException = new Exception(); in testFailOnExceptionFromShutDown()
114 assertEquals(service.shutDownException, e.getCause()); in testFailOnExceptionFromShutDown()
230 volatile Exception shutDownException = null; field in AbstractScheduledServiceTest.TestService
261 if (shutDownException != null) { in shutDown()
262 throw shutDownException; in shutDown()