Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testParseIntThrowsExceptionForInvalidRadix (0.21 seconds)

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

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

                String overflowAsString = Long.toString(overflow, radix);
                UnsignedInts.parseUnsignedInt(overflowAsString, radix);
              });
        }
      }
    
      public void testParseIntThrowsExceptionForInvalidRadix() {
        // Valid radix values are Character.MIN_RADIX to Character.MAX_RADIX,
        // inclusive.
        //
        // Note: According to the spec, a NumberFormatException is thrown for a number that is not
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Aug 07 16:05:33 GMT 2025
    - 12.5K bytes
    - Click Count (0)
Back to Top