- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_isSuccessful (0.05 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/processor/impl/DefaultResponseProcessorTest.java
import org.dbflute.utflute.core.PlainTestCase; /** * @author shinsuke * */ public class DefaultResponseProcessorTest extends PlainTestCase { public void test_isSuccessful() { DefaultResponseProcessor processor = new DefaultResponseProcessor(); processor.setSuccessfulHttpCodes(new int[] { 200 }); processor.setNotModifiedHttpCodes(new int[] { 304 });
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 2.3K bytes - Viewed (0)