- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getClassName (0.07 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/exception/CrawlerSystemExceptionTest.java
assertTrue(stackTrace.length > 0); // First element should be from this test class StackTraceElement firstElement = stackTrace[0]; assertEquals(this.getClass().getName(), firstElement.getClassName()); assertEquals("test_stackTrace", firstElement.getMethodName()); } /** * Test stack trace with cause */ public void test_stackTraceWithCause() {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Wed Sep 03 14:42:53 UTC 2025 - 20K bytes - Viewed (0)