- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testFunctionalServiceStartStop (0.24 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava-tests/test/com/google/common/util/concurrent/AbstractIdleServiceTest.java
@Override protected void startUp() throws Exception {} @Override protected void shutDown() throws Exception {} } public void testFunctionalServiceStartStop() { AbstractIdleService service = new DefaultService(); service.startAsync().awaitRunning(); assertEquals(Service.State.RUNNING, service.state()); service.stopAsync().awaitTerminated();Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 7.7K bytes - Click Count (0)