Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for shouldSupportBitwiseOperations (0.11 seconds)

  1. src/test/java/jcifs/ACETest.java

        @Nested
        @DisplayName("Bitwise Operations Tests")
        class BitwiseOperationsTests {
    
            @Test
            @DisplayName("Should support bitwise operations for access mask combining")
            void shouldSupportBitwiseOperations() {
                // Test combining read and write permissions
                int readWrite = ACE.FILE_READ_DATA | ACE.FILE_WRITE_DATA;
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 24.4K bytes
    - Click Count (0)
Back to Top