- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_toStringMethod (0.09 sec)
-
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)