- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testConstructorWithNullMessageAndCause (0.27 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/curl/CurlExceptionTest.java
CurlException exception = new CurlException(null); assertNull(exception.getMessage()); assertNull(exception.getCause()); } @Test public void testConstructorWithNullMessageAndCause() { IOException cause = new IOException("IO error"); CurlException exception = new CurlException(null, cause); assertNull(exception.getMessage());
Created: Thu Apr 02 15:34:12 GMT 2026 - Last Modified: Thu Jul 31 01:01:12 GMT 2025 - 4.2K bytes - Click Count (0) -
src/test/java/org/codelibs/core/collection/EnumerationIteratorTest.java
Shinsuke Sugaya <******@****.***> 1746840737 +0900
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 3.4K bytes - Click Count (0)