Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for decode_invalidStructureSize_throws (0.16 seconds)

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

  1. src/test/java/jcifs/internal/smb2/create/Smb2CreateResponseTest.java

            resp.prepare(next);
    
            verify((RequestWithFileId) next, never()).setFileId(any());
        }
    
        @Test
        void decode_invalidStructureSize_throws() {
            Configuration config = Mockito.mock(Configuration.class);
            Smb2CreateResponse resp = new Smb2CreateResponse(config, "bad");
    
            byte[] header = buildSmb2Header();
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 11.5K bytes
    - Click Count (0)
Back to Top