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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractIdleServiceTest.java53 assertFalse(service.startUpCalled);
56 assertTrue(service.startUpCalled);
95 boolean startUpCalled = false; field in class:AbstractIdleServiceTest.NullService
100 assertFalse(startUpCalled);
102 startUpCalled = true;
107 assertTrue(startUpCalled);
116 assertFalse(startUpCalled);
119 assertTrue(startUpCalled);
H A DAbstractExecutionThreadServiceTest.java59 assertFalse(service.startUpCalled);
62 assertTrue(service.startUpCalled);
107 assertTrue(service.startUpCalled);
123 private boolean startUpCalled = false; field in class:AbstractExecutionThreadServiceTest.WaitOnRunService
129 assertFalse(startUpCalled);
132 startUpCalled = true;
137 assertTrue(startUpCalled);
152 assertTrue(startUpCalled);
170 assertFalse(service.startUpCalled);
181 assertTrue(service.startUpCalled);
187 private boolean startUpCalled = false; field in class:AbstractExecutionThreadServiceTest.ThrowOnStartUpService
[all...]
H A DAbstractScheduledServiceTest.java175 volatile boolean startUpCalled = false; field in class:AbstractScheduledServiceTest.TestService
186 assertTrue(startUpCalled);
199 assertFalse(startUpCalled);
201 startUpCalled = true;
210 assertTrue(startUpCalled);

Completed in 76 milliseconds