- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for test_concurrentModification (0.11 seconds)
-
src/test/java/org/codelibs/fess/dict/mapping/CharMappingFileTest.java
assertArrayEquals(new String[] { "x", "y" }, item.getInputs()); assertEquals("z", item.getOutput()); } // Test concurrent modification @Test public void test_concurrentModification() throws Exception { writeTestFile("a,b => c\nd,e => f\n"); // Get an item OptionalEntity<CharMappingItem> item1 = charMappingFile.get(1L); assertTrue(item1.isPresent());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 18.9K bytes - Click Count (0) -
guava-testlib/test/com/google/common/testing/TestLogHandlerTest.java
assertEquals(Level.INFO, record.getLevel()); assertThat(record.getMessage()).isEqualTo("message"); assertThat(record.getThrown()).isEqualTo(EXCEPTION); } public void testConcurrentModification() throws Exception { // Tests for the absence of a bug where logging while iterating over the // stored log records causes a ConcurrentModificationException assertTrue(handler.getStoredLogRecords().isEmpty());
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 16:11:48 GMT 2026 - 2.9K bytes - Click Count (0) -
android/guava-testlib/test/com/google/common/testing/TestLogHandlerTest.java
assertEquals(Level.INFO, record.getLevel()); assertThat(record.getMessage()).isEqualTo("message"); assertThat(record.getThrown()).isEqualTo(EXCEPTION); } public void testConcurrentModification() throws Exception { // Tests for the absence of a bug where logging while iterating over the // stored log records causes a ConcurrentModificationException assertTrue(handler.getStoredLogRecords().isEmpty());
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 16:11:48 GMT 2026 - 2.9K bytes - Click Count (0)