Searched refs:runException (Results 1 – 2 of 2) sorted by relevance
92 service.runException = new Exception(); in testFailOnExceptionFromRun()103 assertEquals(service.runException, service.failureCause()); in testFailOnExceptionFromRun()313 volatile Exception runException = null; field in AbstractScheduledServiceTest.TestService325 if (runException != null) { in runOneIteration()326 throw runException; in runOneIteration()