Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testByteArrayRoundTripsFails (0.1 seconds)

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

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

            c++;
          }
        }
        assertThat(c).isEqualTo((char) 0); // sanity check
      }
    
      @GwtIncompatible // Chars.fromByteArray, Chars.toByteArray
      public void testByteArrayRoundTripsFails() {
        assertThrows(IllegalArgumentException.class, () -> Chars.fromByteArray(new byte[] {0x11}));
      }
    
      public void testEnsureCapacity() {
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Dec 11 20:45:32 GMT 2025
    - 25.9K bytes
    - Click Count (0)
Back to Top