Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_ApiStartJobResponse_withStatus (0.14 seconds)

  1. src/test/java/org/codelibs/fess/app/web/api/ApiResultTest.java

            final ApiStartJobResponse response = new ApiStartJobResponse();
            response.jobLogId(null);
            assertNull(response.jobLogId);
        }
    
        @Test
        public void test_ApiStartJobResponse_withStatus() {
            final ApiStartJobResponse response = new ApiStartJobResponse();
            response.jobLogId("test-id").status(Status.OK);
            assertEquals("test-id", response.jobLogId);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:55:54 GMT 2026
    - 4.5K bytes
    - Click Count (0)
Back to Top