Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for watch_clearsList_onError10C (0.09 sec)

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

        }
    
        // Error code 0x10C should clear the notify list and return it
        @Test
        @DisplayName("watch() clears notify list on error 0x10C and returns it")
        void watch_clearsList_onError10C() throws Exception {
            List<FileNotifyInformation> info = spy(new ArrayList<FileNotifyInformation>());
            info.add(mock(FileNotifyInformation.class));
            NotifyResponse resp = mock(NotifyResponse.class);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 11.5K bytes
    - Viewed (0)
Back to top