Searched refs:shutdownCalled (Results 1 – 1 of 1) sorted by relevance
323 assertEquals(1, service.shutdownCalled); in testStopWhileStarting_runNotCalled()332 assertEquals(0, service.shutdownCalled); in testStop_noStart()351 volatile int shutdownCalled = 0; field in AbstractExecutionThreadServiceTest.FakeService357 assertEquals(0, shutdownCalled); in startUp()364 assertEquals(0, shutdownCalled); in run()370 assertEquals(0, shutdownCalled); in shutDown()372 shutdownCalled++; in shutDown()