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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractIdleServiceTest.java97 State expectedShutdownState = State.STOPPING; field in class:AbstractIdleServiceTest.NullService
110 assertEquals(expectedShutdownState, state());
H A DAbstractExecutionThreadServiceTest.java104 service.expectedShutdownState = Service.State.RUNNING;
126 private State expectedShutdownState = State.STOPPING; field in class:AbstractExecutionThreadServiceTest.WaitOnRunService
156 assertEquals(expectedShutdownState, state());

Completed in 140 milliseconds