- Sort Score
- Result 10 results
- Languages All
Results 21 - 21 of 21 for test_stackTrace (0.13 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)