- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testServiceToString (0.22 seconds)
-
android/guava-tests/test/com/google/common/util/concurrent/AbstractIdleServiceTest.java
assertEquals(Service.State.FAILED, service.state()); assertThat(service.transitionStates) .containsExactly(Service.State.STARTING, Service.State.STOPPING) .inOrder(); } public void testServiceToString() { AbstractIdleService service = new TestService(); assertThat(service.toString()).isEqualTo("TestService [NEW]"); service.startAsync().awaitRunning();
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) -
guava-tests/test/com/google/common/util/concurrent/AbstractIdleServiceTest.java
assertEquals(Service.State.FAILED, service.state()); assertThat(service.transitionStates) .containsExactly(Service.State.STARTING, Service.State.STOPPING) .inOrder(); } public void testServiceToString() { AbstractIdleService service = new TestService(); assertThat(service.toString()).isEqualTo("TestService [NEW]"); service.startAsync().awaitRunning();
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)