- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testReadAndXWireFormatWithErrorCode (0.15 seconds)
-
src/test/java/jcifs/smb1/smb1/AndXServerMessageBlockTest.java
assertEquals(0, next.readParamCalls); assertEquals(1, next.readBytesCalls); } @Test @DisplayName("readAndXWireFormat clears chaining when errorCode set") void testReadAndXWireFormatWithErrorCode() { DummyPlainSMB next = new DummyPlainSMB(); DummyAndXBlock block = new DummyAndXBlock(next); block.errorCode = 1; // any non-zero error code should inhibit chaining
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 12.5K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb1/AndXServerMessageBlockTest.java
verify(mockAndxCommand).received(); } @Test @DisplayName("Test readAndXWireFormat with error code") void testReadAndXWireFormatWithErrorCode() throws SMBProtocolDecodingException { testBlock = new TestAndXServerMessageBlock(mockConfig, (byte) 0x25, mockAndxCommand); testBlock.errorCode = 1; // Set error code
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 19.4K bytes - Click Count (0)