- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_GetContentAsString_WithDifferentEncoding (0.19 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/curl/CurlResponseTest.java
// ## Act ## String result = response.getContentAsString(); // ## Assert ## assertEquals(content, result); } @Test public void test_GetContentAsString_WithDifferentEncoding() { // ## Arrange ## String content = "ISO-8859-1 content"; CurlResponse response = new CurlResponse(); response.setEncoding("ISO-8859-1");Created: Thu Apr 02 15:34:12 GMT 2026 - Last Modified: Sat Mar 21 09:11:12 GMT 2026 - 17.7K bytes - Click Count (0)