Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for isNotificationEnabled (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/jcifs/internal/smb2/lease/DirectoryLeasingIntegrationTest.java

            assertEquals(context.getCacheScope(), decodedContext.getCacheScope());
            assertEquals(context.getMaxCacheAge(), decodedContext.getMaxCacheAge());
            assertEquals(context.isNotificationEnabled(), decodedContext.isNotificationEnabled());
            assertEquals(context.getNotificationFilter(), decodedContext.getNotificationFilter());
            assertArrayEquals(context.getLeaseKey().getKey(), decodedContext.getLeaseKey().getKey());
        }
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 23 01:47:47 GMT 2025
    - 14.2K bytes
    - Click Count (0)
Back to Top