Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for crudTest (0.04 seconds)

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

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

        protected Map<String, Object> getUpdateMap() {
            final Map<String, Object> updateMap = new HashMap<>();
            updateMap.put("target", "new_target");
            return updateMap;
        }
    
        @Test
        void crudTest() {
            testCreate();
            testRead();
            testUpdate();
            testDelete();
        }
    
        @Test
        void testStartJob_notFound() {
            // Try to start a non-existent job
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 2.8K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/it/admin/FailureUrlTests.java

            for (String wId : getWebConfigIds(NAME_PREFIX)) {
                deleteMethod("/api/admin/webconfig/setting/" + wId);
            }
    
            deleteTestToken();
        }
    
        @Test
        void crudTest() {
            testReadFailureUrlLogs();
            testReadFailureUrlLog();
            testDeleteFailureUrlLog();
            testDeleteAllFailureUrlLogs();
        }
    
        @Test
        void searchParametersTest() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 12.1K bytes
    - Click Count (0)
Back to Top