Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for testPeekingIteratorBehavesLikeIteratorOnSingletonIterable (0.68 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. guava-tests/test/com/google/common/collect/PeekingIteratorTest.java

          }
        }.test();
      }
    
      public void testPeekingIteratorBehavesLikeIteratorOnEmptyIterable() {
        actsLikeIteratorHelper(emptyList());
      }
    
      public void testPeekingIteratorBehavesLikeIteratorOnSingletonIterable() {
        actsLikeIteratorHelper(singletonList(new Object()));
      }
    
      // TODO(cpovirk): instead of skipping, use a smaller number of steps
      @GwtIncompatible // works but takes 5 minutes to run
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Tue Sep 23 17:50:58 GMT 2025
    - 8.5K bytes
    - Click Count (0)
  2. android/guava-tests/test/com/google/common/collect/PeekingIteratorTest.java

          }
        }.test();
      }
    
      public void testPeekingIteratorBehavesLikeIteratorOnEmptyIterable() {
        actsLikeIteratorHelper(emptyList());
      }
    
      public void testPeekingIteratorBehavesLikeIteratorOnSingletonIterable() {
        actsLikeIteratorHelper(singletonList(new Object()));
      }
    
      // TODO(cpovirk): instead of skipping, use a smaller number of steps
      @GwtIncompatible // works but takes 5 minutes to run
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Tue Sep 23 17:50:58 GMT 2025
    - 8.5K bytes
    - Click Count (0)
Back to Top