- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testTryParse_withNullNoGwt (0.43 seconds)
-
android/guava-tests/test/com/google/common/primitives/DoublesTest.java
NullPointerTester tester = new NullPointerTester(); tester.testAllPublicInstanceMethods(Doubles.stringConverter()); } @GwtIncompatible public void testTryParse_withNullNoGwt() { assertThat(Doubles.tryParse("null")).isNull(); assertThrows(NullPointerException.class, () -> Doubles.tryParse(null)); }
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 20:45:32 GMT 2025 - 30.9K bytes - Click Count (0)