Searched defs:startUpException (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractScheduledServiceTest.java94 service.startUpException = new Exception();
99 assertEquals(service.startUpException, e.getCause());
181 volatile Exception startUpException = null; field in class:AbstractScheduledServiceTest.TestService
203 if (startUpException != null) {
204 throw startUpException;

Completed in 149 milliseconds