Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestClient (0.03 sec)

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

            assertEquals(2, testClient.count);
        }
    
        public void test_doGet_with4Exception_interval100() {
            final FaultTolerantClient client = new FaultTolerantClient();
            client.setRetryInterval(100);
            final TestClient testClient = new TestClient();
            testClient.exceptionCount = 4;
            testClient.interval = 100;
    Registered: 2024-11-10 03:50
    - Last Modified: 2024-02-22 01:36
    - 15.1K bytes
    - Viewed (0)
Back to top