Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testToStringContainsExpectedFields (0.38 sec)

  1. src/test/java/jcifs/smb1/smb1/Trans2FindNext2Test.java

            assertEquals(0, next.writeDataWireFormat(buf, 0));
        }
    
        /**
         * Ensures toString contains key fields with expected formatting.
         */
        @Test
        void testToStringContainsExpectedFields() {
            // Given
            int sid = 4660; // 0x1234, printed as decimal
            int resumeKey = 0x01020304; // shows only low 4 hex digits per implementation
            String name = "name";
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 6.9K bytes
    - Viewed (0)
Back to top