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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractScheduledServiceTest.java107 service.shutDownException = new Exception();
116 assertEquals(service.shutDownException, e.getCause());
182 volatile Exception shutDownException = null; field in class:AbstractScheduledServiceTest.TestService
213 if (shutDownException != null) {
214 throw shutDownException;

Completed in 95 milliseconds