Searched refs:expectedShutdownState (Results 1 – 1 of 1) sorted by relevance
99 service.expectedShutdownState = Service.State.RUNNING; in testServiceExitingOnItsOwn()121 private State expectedShutdownState = State.STOPPING; field in AbstractExecutionThreadServiceTest.WaitOnRunService151 assertEquals(expectedShutdownState, state()); in shutDown()