- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testUnspecifiedFileId (0.1 seconds)
-
src/test/java/jcifs/internal/smb2/Smb2ConstantsTest.java
} @Nested @DisplayName("Special Value Constants") class SpecialValueConstants { @Test @DisplayName("Unspecified FileId should be 16 bytes of 0xFF") void testUnspecifiedFileId() { assertNotNull(Smb2Constants.UNSPECIFIED_FILEID, "Unspecified FileId should not be null"); assertEquals(16, Smb2Constants.UNSPECIFIED_FILEID.length, "Unspecified FileId must be exactly 16 bytes");Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 14.1K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/io/Smb2WriteRequestTest.java
assertDoesNotThrow(() -> request.setFileId(longFileId)); } @Test @DisplayName("Should handle unspecified file ID") void testUnspecifiedFileId() { assertDoesNotThrow(() -> request.setFileId(Smb2Constants.UNSPECIFIED_FILEID)); } } @Nested @DisplayName("Data Setting Tests") class DataSettingTests {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 22.4K bytes - Click Count (0)