- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testMakePipeUrl_WithBothOptions (0.15 sec)
-
src/test/java/jcifs/dcerpc/DcerpcPipeHandleTest.java
assertEquals("smb://server/IPC$/test?address=192.168.1.1", result); } @Test @DisplayName("Should generate correct pipe URL with both options") void testMakePipeUrl_WithBothOptions() throws Exception { when(mockDcerpcBinding.getOption("server")).thenReturn("customServer"); when(mockDcerpcBinding.getOption("address")).thenReturn("192.168.1.1");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 21K bytes - Viewed (0)