Searched refs:startUpCalled (Results 1 - 3 of 3) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractIdleServiceTest.java93 assertEquals(0, service.startUpCalled);
95 assertEquals(1, service.startUpCalled);
108 assertEquals(0, service.startUpCalled);
115 assertEquals(1, service.startUpCalled);
123 assertEquals(0, service.startUpCalled);
132 assertEquals(1, service.startUpCalled);
135 assertEquals(1, service.startUpCalled);
151 assertEquals(1, service.startUpCalled);
159 assertEquals(1, service.startUpCalled);
193 int startUpCalled field in class:AbstractIdleServiceTest.TestService
[all...]
H A DAbstractExecutionThreadServiceTest.java65 assertFalse(service.startUpCalled);
68 assertTrue(service.startUpCalled);
102 assertTrue(service.startUpCalled);
118 private boolean startUpCalled = false; field in class:AbstractExecutionThreadServiceTest.WaitOnRunService
124 assertFalse(startUpCalled);
127 startUpCalled = true;
132 assertTrue(startUpCalled);
147 assertTrue(startUpCalled);
165 assertFalse(service.startUpCalled);
176 assertTrue(service.startUpCalled);
182 private boolean startUpCalled = false; field in class:AbstractExecutionThreadServiceTest.ThrowOnStartUpService
[all...]
H A DAbstractScheduledServiceTest.java223 volatile boolean startUpCalled = false; field in class:AbstractScheduledServiceTest.TestService
234 assertTrue(startUpCalled);
247 assertFalse(startUpCalled);
249 startUpCalled = true;
258 assertTrue(startUpCalled);

Completed in 52 milliseconds