- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for encode_in (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/storage/StorageItemTest.java
final long size = 1024L; final ZonedDateTime lastModified = ZonedDateTime.of(2025, 1, 15, 10, 30, 0, 0, ZoneId.systemDefault()); final String encodedId = "dGVzdC1maWxlLnR4dA=="; final StorageItem item = new StorageItem(name, path, directory, size, lastModified, encodedId); assertEquals(name, item.getName()); assertEquals(path, item.getPath()); assertFalse(item.isDirectory());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 12:58:11 GMT 2026 - 4.6K bytes - Click Count (0)