Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for messageAndCauseConstructor_preservesBoth (0.64 sec)

  1. src/test/java/jcifs/internal/SMBProtocolDecodingExceptionTest.java

        @ParameterizedTest
        @NullAndEmptySource
        @ValueSource(strings = { "oops", "multi word", "中文" })
        @DisplayName("Message+Cause constructor: preserves both values; no interactions with cause")
        void messageAndCauseConstructor_preservesBoth(String message) {
            // Arrange & Act
            SMBProtocolDecodingException ex = new SMBProtocolDecodingException(message, mockCause);
    
            // Assert message and cause
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 5.1K bytes
    - Viewed (0)
Back to top