Searched refs:shutDownCalled (Results 1 – 3 of 3) sorted by relevance
74 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.WaitOnRunService126 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 …]
123 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.TestService198 assertEquals(0, shutDownCalled); in startUp()205 assertEquals(0, shutDownCalled); in shutDown()206 shutDownCalled++; in shutDown()
242 volatile boolean shutDownCalled = false; field in AbstractScheduledServiceTest.TestService253 assertFalse(shutDownCalled); in runOneIteration()266 assertFalse(shutDownCalled); in startUp()277 assertFalse(shutDownCalled); in shutDown()278 shutDownCalled = true; in shutDown()