- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for test_static_method_signatures (0.16 seconds)
-
src/test/java/org/codelibs/fess/util/ThreadDumpUtilTest.java
fail("Should be able to access protected constructor: " + e.getMessage()); } } @Test public void test_static_method_signatures() { // Verify all public static methods exist with correct signatures try { // printThreadDump()
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 15.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/WebApiUtilTest.java
// Verify that WebApiUtil is a final class assertTrue("WebApiUtil should be final class", java.lang.reflect.Modifier.isFinal(WebApiUtil.class.getModifiers())); } @Test public void test_static_method_signatures() { // Verify all public static methods exist with correct signatures try { // setObject(String, Object)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 17.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/KuromojiCSVUtilTest.java
assertTrue("KuromojiCSVUtil should be final class", java.lang.reflect.Modifier.isFinal(KuromojiCSVUtil.class.getModifiers())); } @Test public void test_static_method_signatures() { // Verify all public static methods exist with correct signatures try { // parse(String) Method parseMethod = KuromojiCSVUtil.class.getMethod("parse", String.class);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 18.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/SystemUtilTest.java
// Test that the constant used is accessible and has expected value assertEquals("fess.search_engine.http_address", Constants.FESS_SEARCH_ENGINE_HTTP_ADDRESS); } @Test public void test_static_method_signature() { // Verify method signature is correct try { java.lang.reflect.Method method = SystemUtil.class.getMethod("getSearchEngineHttpAddress"); // Check return typeCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 17.1K bytes - Click Count (0)