Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testDfsStorageInfo_EncodeDecode (0.41 seconds)

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

            decodedEnumArray1.decode(src);
    
            assertEquals(0, decodedEnumArray1.count);
            assertNull(decodedEnumArray1.s);
        }
    
        @Test
        void testDfsStorageInfo_EncodeDecode() throws NdrException {
            netdfs.DfsStorageInfo storageInfo = new netdfs.DfsStorageInfo();
            storageInfo.state = netdfs.DFS_STORAGE_STATE_ONLINE;
            storageInfo.server_name = "server1";
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 30.9K bytes
    - Click Count (0)
Back to Top