Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testDfsInfo3_EncodeDecode (0.07 sec)

  1. src/test/java/jcifs/dcerpc/msrpc/netdfsTest.java

            assertEquals(storageInfo.state, decodedStorageInfo.state);
            assertNull(decodedStorageInfo.server_name);
            assertNull(decodedStorageInfo.share_name);
        }
    
        @Test
        void testDfsInfo3_EncodeDecode() throws NdrException {
            netdfs.DfsInfo3 info3 = new netdfs.DfsInfo3();
            info3.path = "dfs_path";
            info3.comment = "dfs_comment";
            info3.state = netdfs.DFS_VOLUME_FLAVOR_AD_BLOB;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 30.9K bytes
    - Viewed (0)
Back to top