Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testSetDeviceState (0.09 seconds)

  1. src/test/java/jcifs/smb1/smb1/SmbComOpenAndXResponseTest.java

            assertEquals(0x02, response.grantedAccess);
        }
    
        @Test
        void testSetFileType() {
            response.fileType = 1;
            assertEquals(1, response.fileType);
        }
    
        @Test
        void testSetDeviceState() {
            response.deviceState = 0x8000;
            assertEquals(0x8000, response.deviceState);
        }
    
        @Test
        void testSetAction() {
            response.action = 2;
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 4.2K bytes
    - Click Count (0)
Back to Top