Searched refs:startAndWait (Results 1 – 9 of 9) sorted by relevance
61 service.startAndWait(); in testServiceStartStop()78 service.startAndWait(); in testFailOnExceptionFromRun()96 service.startAndWait(); in testFailOnExceptionFromStartUp()108 service.startAndWait(); in testFailOnExceptionFromShutDown()123 service.startAndWait(); in testRunOneIterationCalledMultipleTimes()137 service.startAndWait(); in testExecutorOnlyCalledOnce()155 service.startAndWait(); in testSchedulerOnlyCalledOnce()317 service.startAndWait(); in testCustomSchedulerServiceStop()342 service.startAndWait(); in testBig()387 service.startAndWait(); in testCustomSchedulerFailure()
108 service.startAndWait(); in testNoOpServiceStartStopAndWaitUninterruptible()355 service.startAndWait(); in testThrowingServiceStartAndWait()365 service.startAndWait(); in testThrowingServiceStopAndWait_stopThrowing()377 service.startAndWait(); in testThrowingServiceStopAndWait_runThrowing()
79 service.startAndWait(); in testServiceStartStopIdempotence()81 service.startAndWait(); in testServiceStartStopIdempotence()94 assertEquals(Service.State.RUNNING, service.startAndWait()); in testServiceStartStopIdempotence()
49 @Override public State startAndWait() { in startAndWait() method in ForwardingService50 return delegate().startAndWait(); in startAndWait()
105 @Override public final State startAndWait() {106 return delegate.startAndWait();
141 @Override public final State startAndWait() {142 return delegate.startAndWait();
77 State startAndWait(); in startAndWait() method
274 @Override public final State startAndWait() {275 return delegate.startAndWait();
128 public State startAndWait() { in startAndWait() method in AbstractService