- Sort Score
- Result 10 results
- Languages All
Results 21 - 21 of 21 for typedef (0.65 sec)
-
src/test/java/jcifs/SmbTreeTest.java
// This should compile without warnings CustomSmbTree typedResult = smbTree.unwrap(CustomSmbTree.class); assertNotNull(typedResult, "Typed result should not be null"); assertEquals(customTree, typedResult, "Should maintain type safety"); } /** * Test for close() idempotency.Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.2K bytes - Viewed (0)