Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 19 for test$ (0.17 seconds)

  1. src/test/java/org/codelibs/fess/llm/AbstractLlmClientTest.java

        }
    
        // ========== P5: buildContext HTML stripping tests ==========
    
        @Test
        public void test_buildContext_stripsHtmlTags() {
            final List<Map<String, Object>> documents = new ArrayList<>();
            final Map<String, Object> doc = new HashMap<>();
            doc.put("title", "Test Doc");
            doc.put("url", "http://example.com");
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 07:04:54 GMT 2026
    - 53K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/helper/CoordinatorHelperTest.java

            final Map<String, Object> map = Map.of("name", "test-name");
            assertEquals("test-name", coordinatorHelper.getStringValue(map, "name"));
        }
    
        @Test
        public void test_getStringValue_numeric() {
            final Map<String, Object> map = Map.of("count", 42);
            assertEquals("42", coordinatorHelper.getStringValue(map, "count"));
        }
    
        @Test
        public void test_getStringValue_null() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 58.6K bytes
    - Click Count (0)
  3. src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java

            // Register protocolHelper - it doesn't need FessConfig for the methods used in tests
            ComponentUtil.register(new ProtocolHelper(), "protocolHelper");
        }
    
        @Test
        public void test_transform() throws Exception {
            String data = "<html><head><title>Test</title></head><body><h1>Header1</h1><p>This is a pen.</p></body></html>";
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 62.9K bytes
    - Click Count (0)
  4. src/test/java/org/codelibs/fess/helper/QueryHelperTest.java

        }
    
        // Additional test methods for improved coverage
    
        @Test
        public void test_getSortPrefix() {
            assertEquals("sort:", queryHelper.getSortPrefix());
        }
    
        @Test
        public void test_setSortPrefix() {
            queryHelper.setSortPrefix("customSort:");
            assertEquals("customSort:", queryHelper.getSortPrefix());
        }
    
        @Test
        public void test_getAdditionalQuery() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 53.2K bytes
    - Click Count (0)
  5. src/test/java/org/codelibs/fess/job/IndexExportJobTest.java

        }
    
        // --- buildHtml() tests ---
    
        @Test
        public void test_buildHtml_basicDocument() {
            final Map<String, Object> source = new LinkedHashMap<>();
            source.put("title", "Test Title");
            source.put("content", "Test Content");
            source.put("lang", "en");
            source.put("url", "https://example.com/page.html");
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 09:08:38 GMT 2026
    - 66.1K bytes
    - Click Count (0)
  6. pom.xml

    			</activation>
    			<properties>
    				<test.include.path>**/*Test.java</test.include.path>
    				<test.command.args>--illegal-access=permit -Djava.awt.headless=true</test.command.args>
    			</properties>
    		</profile>
    		<profile>
    			<id>integrationTests</id>
    			<properties>
    				<test.include.path>**/*Tests.java</test.include.path>
    				<test.command.args />
    			</properties>
    		</profile>
    	</profiles>
    	<build>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 07:04:54 GMT 2026
    - 49.9K bytes
    - Click Count (0)
  7. src/main/webapp/js/admin/bootstrap.min.js

    l=[].slice.call(i.attributes),r=[].concat(e["*"]||[],e[s]||[]);l.forEach((function(t){(function(t,e){var n=t.nodeName.toLowerCase();if(-1!==e.indexOf(n))return-1===St.indexOf(n)||Boolean(Nt.test(t.nodeValue)||Dt.test(t.nodeValue));for(var i=e.filter((function(t){return t instanceof RegExp})),o=0,a=i.length;o<a;o++)if(i[o].test(n))return!0;return!1})(t,r)||i.removeAttribute(t.nodeName)}))},l=0,r=a.length;l<r;l++)s(l);return i.body.innerHTML}var It="tooltip",kt="bs.tooltip",Ot=o.default.fn.tooltip,jt=new R...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 61.1K bytes
    - Click Count (0)
  8. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                                </label>
                                            </div>
                                        </div>
                                    </div>
                                    <c:if test="${fesenType!='cloud' and fesenType!='aws'}">
                                    <div class="form-group row">
                                        <span class="font-weight-bold col-sm-3 text-sm-right col-form-label"><la:message
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 83.1K bytes
    - Click Count (0)
  9. src/main/webapp/js/admin/jquery-3.7.1.min.js

    d(i))&&I.contains(e,a)&&a.id===i)return k.call(n,a),n}else{if(u[2])return k.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&e.getElementsByClassName)return k.apply(n,e.getElementsByClassName(i)),n}if(!(h[t+" "]||d&&d.test(t))){if(c=t,f=e,1===p&&(x.test(t)||m.test(t))){(f=H.test(t)&&U(e.parentNode)||e)==e&&le.scope||((s=e.getAttribute("id"))?s=ce.escapeSelector(s):e.setAttribute("id",s=S)),o=(l=Y(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+Q(l[o]);c=l.join(",")}try{return k.apply(n,f.query...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:07:52 GMT 2024
    - 85.5K bytes
    - Click Count (1)
  10. src/main/webapp/js/bootstrap.min.js

    Close&&!n||"outside"===e._config.autoClose&&n)continue;if(e._menu.contains(t.target)&&("keyup"===t.type&&"Tab"===t.key||/input|select|option|textarea|form/i.test(t.target.tagName)))continue;const o={relatedTarget:e._element};"click"===t.type&&(o.clickEvent=t),e._completeHide(o)}}static dataApiKeydownHandler(t){const e=/input|textarea/i.test(t.target.tagName),s="Escape"===t.key,i=[bt,vt].includes(t.key);if(!i&&!s)return;if(e&&!s)return;t.preventDefault();const n=this.matches(Et)?this:K.prev(this,...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 12 06:14:02 GMT 2025
    - 58.9K bytes
    - Click Count (0)
Back to Top