- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testMemoryBasedCacheDefensiveCopy (0.11 sec)
-
src/test/java/org/codelibs/curl/io/ContentCacheTest.java
} catch (IllegalArgumentException e) { assertTrue(e.getMessage().contains("data must not be null")); } } @Test public void testMemoryBasedCacheDefensiveCopy() throws IOException { byte[] data = "Hello, World!".getBytes(); byte[] originalData = data.clone(); ContentCache cache = new ContentCache(data); // Modify the original array
Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Thu Nov 20 13:34:13 UTC 2025 - 11.2K bytes - Viewed (0)