Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_matches_withCss (0.06 sec)

  1. src/test/java/org/codelibs/fess/util/PrunedTagTest.java

            // Wrong tag with correct id
            MockNode wrongTag = new MockNode("span");
            wrongTag.addAttribute("id", "test-id");
            assertFalse(tag.matches(wrongTag));
        }
    
        public void test_matches_withCss() {
            PrunedTag tag = new PrunedTag("div");
            tag.setCss("highlight");
    
            // Node with matching CSS class
            MockNode nodeWithClass = new MockNode("div");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 21K bytes
    - Viewed (0)
Back to top