- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGetCharset_unsupportedCharset (0.26 seconds)
-
guava-tests/test/com/google/common/net/MediaTypeTest.java
MediaType mediaType = MediaType.parse("text/plain; charset=\"!@#$%^&*()\""); assertThrows(IllegalArgumentException.class, mediaType::charset); } public void testGetCharset_unsupportedCharset() { MediaType mediaType = MediaType.parse("text/plain; charset=utf-wtf"); assertThrows(UnsupportedCharsetException.class, mediaType::charset); } public void testEquals() {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 16:11:48 GMT 2026 - 20.4K bytes - Click Count (0)