Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testReadMethodsReturnZero (0.44 sec)

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

            assertEquals((byte) 0x12, buf[1], "Second byte should be high byte of level");
        }
    
        @Test
        @DisplayName("all read* methods return zero")
        void testReadMethodsReturnZero() {
            Trans2QueryFSInformation cmd = new Trans2QueryFSInformation(10);
            assertEquals(0, cmd.readSetupWireFormat(null, 0, 0));
            assertEquals(0, cmd.readParametersWireFormat(null, 0, 0));
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 4.5K bytes
    - Viewed (0)
Back to top