- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testNullInput (0.14 seconds)
-
guava-tests/test/com/google/common/escape/UnicodeEscaperTest.java
assertThrows(IllegalArgumentException.class, () -> escapeAsString(SIMPLE_ESCAPER, test)); } @SuppressWarnings("nullness") // test of bogus call public void testNullInput() { UnicodeEscaper e = SIMPLE_ESCAPER; assertThrows(NullPointerException.class, () -> e.escape((String) null)); } public void testBadStrings() { UnicodeEscaper e = SIMPLE_ESCAPER;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 05:21:26 GMT 2026 - 6K bytes - Click Count (0)