- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testDfsInfo300_EncodeDecode_NullDfsName (0.4 sec)
-
src/test/java/jcifs/dcerpc/msrpc/netdfsTest.java
decodedInfo300.decode(src); assertEquals(info300.flags, decodedInfo300.flags); assertEquals(info300.dfs_name, decodedInfo300.dfs_name); } @Test void testDfsInfo300_EncodeDecode_NullDfsName() throws NdrException { netdfs.DfsInfo300 info300 = new netdfs.DfsInfo300(); info300.flags = 456; info300.dfs_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)