Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

        }
    
        @Nested
        @DisplayName("Time Conversion Tests")
        class TimeConversionTests {
    
            @Test
            @DisplayName("Should correctly handle SMB time format conversion")
            void testSmbTimeFormatConversion() throws SMBProtocolDecodingException {
                // Given
                byte[] buffer = new byte[60];
                SMBUtil.writeInt2(60, buffer, 0);
    
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 26.9K bytes
    - Click Count (0)
Back to Top