- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for test_server_dfs (0.08 seconds)
-
src/test/java/jcifs/dcerpc/DcerpcHandleTest.java
this.serverWithDfs = "test_server_dfs"; this.sessionKey = new byte[] { 1, 2, 3, 4 }; } public TestDcerpcHandle(CIFSContext tc, DcerpcBinding binding) { super(tc, binding); this.localTransportContext = tc; this.server = "test_server"; this.serverWithDfs = "test_server_dfs"; this.sessionKey = new byte[] { 1, 2, 3, 4 };Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 15.3K bytes - Click Count (0) -
src/test/java/jcifs/dcerpc/DcerpcPipeHandleTest.java
void testGetServerWithDfs() throws Exception { DcerpcPipeHandle handle = createMockedDcerpcPipeHandle(); when(mockSmbResourceLocator.getServerWithDfs()).thenReturn("testServerDfs"); assertEquals("testServerDfs", handle.getServerWithDfs()); } @Test @DisplayName("Should return session key successfully") void testGetSessionKey() throws Exception {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 21K bytes - Click Count (0)