Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testCallPipe (0.17 sec)

  1. src/test/java/jcifs/tests/ReadWriteTest.java

        }
    
    
        private String getCallPipeUrl () {
            String testCallPipe = getProperties().get(TestProperties.TEST_CALL_PIPE);
            Assume.assumeNotNull(testCallPipe);
            return "smb://" + getTestServer() + "/IPC$/" + testCallPipe;
        }
    
    
        @Test
        public void testTransactPipe () throws IOException {
            try ( SmbNamedPipe f = new SmbNamedPipe(
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 13.2K bytes
    - Viewed (0)
Back to top