Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_isSuccessful (0.26 sec)

  1. 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: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 2.3K bytes
    - Viewed (0)
Back to top