Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testCopyOf_array_empty (0.11 seconds)

  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.
         */
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Fri Dec 12 14:49:24 GMT 2025
    - 20.9K bytes
    - Click Count (0)
Back to Top