- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for assertThrows_capturesDefaultMessage (0.15 seconds)
-
src/test/java/jcifs/smb/SmbUnsupportedOperationExceptionTest.java
} } @Test @DisplayName("assertThrows captures and exposes the default message") void assertThrows_capturesDefaultMessage() { // Act & Assert SmbUnsupportedOperationException ex = assertThrows(SmbUnsupportedOperationException.class, () -> { throw new SmbUnsupportedOperationException(); });Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 5.2K bytes - Click Count (0)