- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testMemoryCacheWithBinaryData (0.17 sec)
-
src/test/java/org/codelibs/curl/io/ContentCacheTest.java
fail("Expected IOException for non-existent file"); } catch (IOException e) { // Expected - file doesn't exist } } @Test public void testMemoryCacheWithBinaryData() throws IOException { // Test with binary data containing all byte values byte[] data = new byte[256]; for (int i = 0; i < 256; i++) { data[i] = (byte) i; }
Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Thu Nov 20 13:34:13 UTC 2025 - 11.2K bytes - Viewed (0)