Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testAllFileChangeNotifications (0.15 sec)

  1. src/test/java/jcifs/internal/smb2/notify/Smb2ChangeNotifyRequestTest.java

            assertEquals(0x1F, readFilter); // 1 + 2 + 4 + 8 + 16 = 31 = 0x1F
        }
    
        @Test
        @DisplayName("Should handle all file change notifications")
        void testAllFileChangeNotifications() {
            // Given - all possible filters
            int allFilters = Smb2ChangeNotifyRequest.FILE_NOTIFY_CHANGE_FILE_NAME | Smb2ChangeNotifyRequest.FILE_NOTIFY_CHANGE_DIR_NAME
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 17.1K bytes
    - Viewed (0)
Back to top