- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGetContentAsBytes_EmptyData (0.11 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/curl/io/ContentCacheTest.java
// ## Act ## byte[] result = cache.getContentAsBytes(); // ## Assert ## assertEquals(content, new String(result, "UTF-8")); } @Test public void testGetContentAsBytes_EmptyData() throws IOException { // ## Arrange ## ContentCache cache = new ContentCache(new byte[0]); // ## Act ## byte[] result = cache.getContentAsBytes();Created: Thu Apr 02 15:34:12 GMT 2026 - Last Modified: Sat Mar 21 09:11:12 GMT 2026 - 15.9K bytes - Click Count (0)