Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for assertThrows_capturesDefaultMessage (0.13 seconds)

  1. 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)
Back to Top