Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for readBytesWireFormat_returnsZeroEvenWithNull (0.4 seconds)

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

  1. src/test/java/jcifs/internal/smb2/session/Smb2LogoffRequestTest.java

            assertThrows(ArrayIndexOutOfBoundsException.class, () -> req.writeBytesWireFormat(buf, -1));
        }
    
        @Test
        @DisplayName("readBytesWireFormat returns 0 and tolerates null buffer")
        void readBytesWireFormat_returnsZeroEvenWithNull() {
            // Arrange
            Smb2LogoffRequest req = newRequest();
    
            // Act
            int resultWithNull = req.readBytesWireFormat(null, 0);
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 5.4K bytes
    - Click Count (0)
  2. src/test/java/jcifs/smb1/smb1/SmbComTransactionResponseTest.java

    Shinsuke Sugaya <******@****.***> 1755149504 +0900
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 12K bytes
    - Click Count (0)
Back to Top