- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for messageAndCauseConstructor_preservesBoth (0.64 sec)
-
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)