Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setList (0.04 seconds)

  1. src/test/java/org/codelibs/fess/it/admin/CrawlerLogTests.java

            JsonPath jsonPath = JsonPath.from(response);
            assertEquals(0, jsonPath.getInt("response.status"));
            List<Map<String, Object>> logs = jsonPath.getList("response.logs");
            assertTrue(logs.size() >= 1);
    
            // Test with pagination
            searchBody.put("size", 10);
            searchBody.put("page", 1);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Mar 30 14:01:34 GMT 2026
    - 13.4K bytes
    - Click Count (0)
Back to Top