- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_drainAll_clears (0.07 seconds)
-
src/test/java/org/codelibs/fess/helper/LogNotificationHelperTest.java
List<LogNotificationEvent> events = helper.drainAll(); assertNotNull(events); assertTrue(events.isEmpty()); } @Test public void test_drainAll_clears() { LogNotificationHelper helper = new LogNotificationHelper(); helper.offer(new LogNotificationEvent(1000L, "ERROR", "org.test", "msg", null)); List<LogNotificationEvent> first = helper.drainAll();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 6.3K bytes - Click Count (0)