Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testGetLabels_responseStructure (0.12 seconds)

  1. src/test/java/org/codelibs/fess/it/search/LabelsApiTests.java

                List<Map<String, Object>> labels = jsonPath.getList("data");
                assertTrue(labels != null, "Data should not be null when labels exist");
            }
        }
    
        @Test
        public void testGetLabels_responseStructure() {
            String response = given().contentType("application/json").when().get("/api/v1/labels").asString();
    
            JsonPath jsonPath = JsonPath.from(response);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Dec 20 03:03:44 GMT 2025
    - 4.1K bytes
    - Click Count (0)
Back to Top