Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractExecutionThreadServiceTest.java74 assertTrue(service.shutDownCalled); in testServiceStartStop()
108 assertTrue(service.shutDownCalled); in testServiceExitingOnItsOwn()
114 assertTrue(service.shutDownCalled); in testServiceExitingOnItsOwn()
120 private boolean shutDownCalled = false; field in AbstractExecutionThreadServiceTest.WaitOnRunService
126 assertFalse(shutDownCalled); in startUp()
134 assertFalse(shutDownCalled); in run()
149 assertFalse(shutDownCalled); in shutDown()
150 shutDownCalled = true; in shutDown()
209 assertTrue(service.shutDownCalled); in testServiceThrowOnRun()
227 assertTrue(service.shutDownCalled); in testServiceThrowOnRunAndThenAgainOnShutDown()
[all …]
DAbstractIdleServiceTest.java123 assertEquals(0, service.shutDownCalled); in testStop_withoutStart()
132 assertEquals(0, service.shutDownCalled); in testStop_afterStart()
135 assertEquals(1, service.shutDownCalled); in testStop_afterStart()
151 assertEquals(0, service.shutDownCalled); in testStop_failed()
159 assertEquals(1, service.shutDownCalled); in testStop_failed()
193 int shutDownCalled = 0; field in AbstractIdleServiceTest.TestService
198 assertEquals(0, shutDownCalled); in startUp()
205 assertEquals(0, shutDownCalled); in shutDown()
206 shutDownCalled++; in shutDown()
DAbstractScheduledServiceTest.java242 volatile boolean shutDownCalled = false; field in AbstractScheduledServiceTest.TestService
253 assertFalse(shutDownCalled); in runOneIteration()
266 assertFalse(shutDownCalled); in startUp()
277 assertFalse(shutDownCalled); in shutDown()
278 shutDownCalled = true; in shutDown()