Home
last modified time | relevance | path

Searched refs:expectedShutdownState (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractExecutionThreadServiceTest.java99 service.expectedShutdownState = Service.State.RUNNING; in testServiceExitingOnItsOwn()
121 private State expectedShutdownState = State.STOPPING; field in AbstractExecutionThreadServiceTest.WaitOnRunService
151 assertEquals(expectedShutdownState, state()); in shutDown()