- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_threadSafety (0.07 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/processor/impl/NullResponseProcessorTest.java
// data3 should still have its original values assertEquals("https://example.com", data3.getUrl()); assertEquals(404, data3.getHttpStatusCode()); } public void test_threadSafety() { // Test that NullResponseProcessor can be used concurrently // Since it does nothing, it should be inherently thread-safe final NullResponseProcessor processor = new NullResponseProcessor();Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:29:22 UTC 2025 - 8.6K bytes - Viewed (0)