Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_doGet_with4Exception_retryCount2 (0.12 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/client/FaultTolerantClientTest.java

            assertEquals(Constants.GET_METHOD, testListener.requestMethod);
            assertEquals(url, testListener.exceptionUrl);
            assertEquals(5, testClient.count);
        }
    
        public void test_doGet_with4Exception_retryCount2() {
            final FaultTolerantClient client = new FaultTolerantClient();
            client.setMaxRetryCount(2);
            final TestClient testClient = new TestClient();
            testClient.exceptionCount = 4;
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sat Mar 15 06:52:00 UTC 2025
    - 15.1K bytes
    - Viewed (0)
Back to top