Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for returnsFour_whenStructureSizeIsFour (0.17 seconds)

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

        class ReadBytesWireFormat {
    
            @ParameterizedTest
            @ValueSource(ints = { 0, 1, 5, 10 })
            @DisplayName("Reads structure size 4 and returns 4 for various start indexes")
            void returnsFour_whenStructureSizeIsFour(int start) throws Exception {
                // Arrange: build a buffer that has the little-endian value 4 at 'start'
                int len = start + 2; // need at least two bytes from start
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 4.7K bytes
    - Click Count (0)
Back to Top