- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for addContentSize (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/util/DocListTest.java
@Test public void test_addContentSize_multiple() { DocList docList = new DocList(); docList.addContentSize(100); assertEquals(100, docList.getContentSize()); docList.addContentSize(200); assertEquals(300, docList.getContentSize()); docList.addContentSize(50); assertEquals(350, docList.getContentSize()); } @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 6.8K bytes - Click Count (0)