- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for assertBasicUrlEscaperExceptPercent (0.12 sec)
-
android/guava-tests/test/com/google/common/net/UrlEscaperTesting.java
/** * Helper to assert common expected behaviour of uri escapers. You should call * assertBasicUrlEscaper() unless the escaper explicitly does not escape '%'. */ static void assertBasicUrlEscaperExceptPercent(UnicodeEscaper e) { // URL escapers should throw null pointer exceptions for null input try { e.escape((String) null); fail("Escaping null string should throw exception");
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 3.6K bytes - Viewed (0)