Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testCopyOf_array_empty (0.99 sec)

  1. guava-tests/test/com/google/common/primitives/ImmutableLongArrayTest.java

        assertThat(longIterator.nextLong()).isEqualTo(2);
        assertThat(longIterator.nextLong()).isEqualTo(3);
        assertThat(longIterator.hasNext()).isFalse();
      }
    
      public void testCopyOf_array_empty() {
        /*
         * We don't guarantee the same-as property, so we aren't obligated to test it. However, it's
         * useful in testing - when two things are the same then one can't have bugs the other doesn't.
         */
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Fri Dec 12 14:49:24 UTC 2025
    - 20.9K bytes
    - Viewed (0)
Back to top