Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testFailStart_stopOthers (0.19 sec)

  1. android/guava-tests/test/com/google/common/util/concurrent/ServiceManagerTest.java

       * then awaitStopped would deadlock due to an IllegalStateException that was thrown when trying to
       * stop the timer(!).
       */
      public void testFailStart_stopOthers() throws TimeoutException {
        Service a = new FailStartService();
        Service b = new NoOpService();
        final ServiceManager manager = new ServiceManager(asList(a, b));
        manager.addListener(
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:51:36 UTC 2024
    - 25.5K bytes
    - Viewed (0)
Back to top