- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testDfsStorageInfo_EncodeDecode_NullStrings (2.28 sec)
-
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;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 30.9K bytes - Viewed (0)