- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testSetFileAttributes (0.06 sec)
-
src/test/java/jcifs/smb1/smb1/SmbComOpenAndXResponseTest.java
assertEquals(0, response.serverFid); } @Test void testSetFid() { response.fid = 123; assertEquals(123, response.fid); } @Test void testSetFileAttributes() { response.fileAttributes = 0x20; // ATTR_ARCHIVE assertEquals(0x20, response.fileAttributes); } @Test void testSetLastWriteTime() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 4.2K bytes - Viewed (0)