Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testNoSpecialNullBehavior (0.42 sec)

  1. android/guava-tests/test/com/google/common/base/JoinerTest.java

        @Override
        public int size() {
          return delegate.size() + delta;
        }
      }
    
      @SuppressWarnings("JoinIterableIterator") // explicitly testing iterator overload, too
      public void testNoSpecialNullBehavior() {
        checkNoOutput(J, iterable);
        checkResult(J, iterable1, "1");
        checkResult(J, iterable12, "1-2");
        checkResult(J, iterable123, "1-2-3");
        checkResult(J, UNDERREPORTING_SIZE_LIST, "1-2-3");
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 12.7K bytes
    - Viewed (0)
Back to top