Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_toStringMethod (0.06 seconds)

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

            assertEquals(level3, exception.getCause().getCause().getCause());
            assertEquals("Null value", exception.getCause().getCause().getCause().getMessage());
        }
    
        @Test
        public void test_toStringMethod() {
            // Test toString method behavior
            String message = "Plugin toString test";
            PluginException exception = new PluginException(message);
    
            String toStringResult = exception.toString();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 8.1K bytes
    - Click Count (0)
Back to Top