Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testParseLongEmptyString (0.09 seconds)

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

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

            .isEqualTo(0x5a4316b8c153ac4dL);
        assertThat(UnsignedLongs.parseUnsignedLong("7851896530399809066"))
            .isEqualTo(0x6cf78a4b139a4e2aL);
      }
    
      public void testParseLongEmptyString() {
        assertThrows(NumberFormatException.class, () -> UnsignedLongs.parseUnsignedLong(""));
      }
    
      public void testParseLongFails() {
        assertThrows(
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Aug 07 16:05:33 GMT 2025
    - 12.8K bytes
    - Click Count (0)
Back to Top