Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_propertyChangesAfterRegistration (0.15 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/rule/impl/AbstractRuleTest.java

            assertSame(testRule, rules.get(1));
            assertSame(testRule, rules.get(2));
        }
    
        /**
         * Test property changes after registration
         */
        public void test_propertyChangesAfterRegistration() {
            TestResponseProcessor processor1 = new TestResponseProcessor();
            testRule.setRuleId("originalId");
            testRule.setResponseProcessor(processor1);
    
            // Register
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Wed Sep 03 14:42:53 UTC 2025
    - 21.9K bytes
    - Viewed (0)
Back to top