- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testIsInMemory_WithByteArray (0.12 seconds)
-
src/test/java/org/codelibs/curl/io/ContentCacheTest.java
assertEquals(", World!", new String(remaining, 0, remainingBytes, "UTF-8")); } } // --- isInMemory() tests --- @Test public void testIsInMemory_WithByteArray() { // ## Arrange ## ContentCache cache = new ContentCache("test".getBytes()); // ## Assert ## assertTrue(cache.isInMemory()); } @Test
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)