Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_parsePath (0.07 sec)

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

            try (final ResponseData responseData = storageClient.doHead("")) {
                fail();
            } catch (CrawlerSystemException e) {
                // nothing
            }
        }
    
        public void test_parsePath() {
            String[] values;
    
            values = storageClient.parsePath("bucket/path");
            assertEquals("bucket", values[0]);
            assertEquals("path", values[1]);
    
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 13.5K bytes
    - Viewed (0)
Back to top