Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_root (0.16 sec)

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

    import jcifs.smb.SmbFile;
    import jcifs.smb.SmbResourceLocatorInternal;
    
    
    /**
     * @author mbechler
     *
     */
    @SuppressWarnings ( "javadoc" )
    public class FileLocationTest {
    
        @Test
        public void testRoot () throws MalformedURLException, CIFSException {
            try ( SmbResource p = new SmbFile("smb://", getContext()) ) {
                SmbResourceLocator fl = p.getLocator();
                assertNull(fl.getServer());
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Wed Jan 08 13:16:07 GMT 2020
    - 23K bytes
    - Viewed (0)
Back to top