Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testStandalone (0.15 sec)

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

            assertNotNull(ref);
            assertEquals(getTestDfsTargetServer().toLowerCase(Locale.ROOT), ref.getServer().toLowerCase(Locale.ROOT));
    
        }
    
    
        @Test
        public void testStandalone () throws CIFSException, URISyntaxException {
            Assume.assumeTrue("Is domain DFS", isStandalone());
    
            CIFSContext context = getContext();
            context = withTestNTLMCredentials(context);
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Mar 01 09:46:04 GMT 2020
    - 13.5K bytes
    - Viewed (0)
Back to top