Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for defaultConstructor_behavesAsExpected (0.64 seconds)

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

    public class SMBProtocolDecodingExceptionTest {
    
        @Mock
        Throwable mockCause;
    
        @Test
        @DisplayName("No-arg constructor: null message and cause; can be thrown")
        void defaultConstructor_behavesAsExpected() {
            // Arrange & Act
            SMBProtocolDecodingException ex = new SMBProtocolDecodingException();
    
            // Assert state
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 5.1K bytes
    - Click Count (0)
Back to Top