- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testDfsStorageInfo_EncodeDecode_NullStrings (0.34 seconds)
-
src/test/java/jcifs/dcerpc/msrpc/netdfsTest.java
assertEquals(storageInfo.server_name, decodedStorageInfo.server_name); assertEquals(storageInfo.share_name, decodedStorageInfo.share_name); } @Test void testDfsStorageInfo_EncodeDecode_NullStrings() throws NdrException { netdfs.DfsStorageInfo storageInfo = new netdfs.DfsStorageInfo(); storageInfo.state = netdfs.DFS_STORAGE_STATE_OFFLINE; storageInfo.server_name = null;
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)