- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for firstTime (0.03 seconds)
-
src/test/java/org/codelibs/fess/ds/DataStoreFactoryTest.java
thread.join(); } // All threads should see the updated time (not 0 or the old value) long firstTime = observedTimes[0]; assertTrue(firstTime > 0, "Time should be updated"); for (int i = 1; i < 10; i++) { Assertions.assertEquals(firstTime, observedTimes[i], "All threads should see same time due to volatile"); } } /**
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 18.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/entity/FacetQueryViewTest.java
facetQueryView.init(); int firstSize = facetQueryView.getQueryMap().size(); int firstQueriesCount = testFacetInfo.getAddedQueries().size(); // Call init again facetQueryView.init(); // Size should remain the same assertEquals(firstSize, facetQueryView.getQueryMap().size());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 17.9K bytes - Click Count (0)