- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testReadMethodsReturnZero (0.44 sec)
-
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)