- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testStackTrace (0.05 sec)
-
src/test/java/org/codelibs/curl/CurlExceptionTest.java
} @Test public void testStackTrace() { CurlException exception = new CurlException("Test message"); StackTraceElement[] stackTrace = exception.getStackTrace(); assertNotNull(stackTrace); assertTrue(stackTrace.length > 0); assertEquals("testStackTrace", stackTrace[0].getMethodName()); }
Registered: Thu Sep 04 15:34:10 UTC 2025 - Last Modified: Thu Jul 31 01:01:12 UTC 2025 - 4.2K bytes - Viewed (0)