- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_isSuccessful (0.12 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 Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:27 UTC 2024 - 2.3K bytes - Viewed (0)