Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_toStringMethod (0.07 sec)

  1. src/test/java/org/codelibs/fess/exception/PluginExceptionTest.java

            assertEquals(level3, exception.getCause().getCause().getCause());
            assertEquals("Null value", exception.getCause().getCause().getCause().getMessage());
        }
    
        public void test_toStringMethod() {
            // Test toString method behavior
            String message = "Plugin toString test";
            PluginException exception = new PluginException(message);
    
            String toStringResult = exception.toString();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 7.9K bytes
    - Viewed (0)
Back to top