Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for labelsApiTest_label (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

    /**
     * Integration tests for the Labels API (/api/v1/labels)
     */
    @Tag("it")
    public class LabelsApiTests extends ITBase {
    
        private static final String TEST_LABEL_NAME = "labelsApiTest_label";
        private static final String TEST_LABEL_VALUE = "labelsApiTest_value";
        private static String testLabelId;
    
        @BeforeAll
        protected static void initAll() {
            RestAssured.baseURI = getFessUrl();
    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