Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for send_eachRequestParam_isAccepted (0.26 sec)

  1. src/test/java/jcifs/smb/SmbTreeInternalTest.java

        }
    
        @ParameterizedTest(name = "send with single param: {0}")
        @EnumSource(RequestParam.class)
        @DisplayName("send handles each RequestParam enum constant")
        void send_eachRequestParam_isAccepted(RequestParam param) throws Exception {
            // Arrange: stub per-call return to ensure interaction with the exact enum
            when(tree.send(eq(request), eq(param))).thenReturn(response);
    
            // Act
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 5.6K bytes
    - Viewed (0)
Back to top