- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_instanceOfRuntimeException (2.26 sec)
-
src/test/java/org/codelibs/fess/exception/ServletRuntimeExceptionTest.java
// Verify the message contains the exception class name assertTrue(runtimeException.getMessage().contains(ServletException.class.getName())); } public void test_instanceOfRuntimeException() { // Create and wrap a ServletException ServletException servletException = new ServletException("Test error");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 5.8K bytes - Viewed (0)