Searched refs:fileSystem (Results 1 – 2 of 2) sorted by relevance
49 FileSystem fileSystem = FileSystems.getDefault(); field in LinuxFileSystemTest53 assertTrue(fileSystem.provider() instanceof LinuxFileSystemProvider); in test_provider()58 assertTrue(fileSystem.isOpen()); in test_isOpen()65 fileSystem.close(); in test_close()72 assertFalse(fileSystem.isReadOnly()); in test_isReadOnly()77 assertEquals("/", fileSystem.getSeparator()); in test_getSeparator()82 Iterable<Path> rootDirectories = fileSystem.getRootDirectories(); in test_getRootDirectories()91 Iterable<FileStore> fileStores = fileSystem.getFileStores(); in test_getFileStores()98 Set<String> supportedFileAttributeViewsList = fileSystem.supportedFileAttributeViews(); in test_supportedFileAttributeViews()112 Assert.assertEquals(inputOutputTestCase.output, fileSystem.getPath( in test_get()[all …]
67 private UnixFakeFileSystem fileSystem; field in FtpURLConnectionTest76 fileSystem = new UnixFakeFileSystem(); in setUp()77 fakeFtpServer.setFileSystem(fileSystem); in setUp()78 fileSystem.add(new DirectoryEntry(VALID_USER_HOME_DIR)); in setUp()282 FileEntry entry = (FileEntry) fileSystem.getEntry(fullFileName); in openFileSystemContents()324 fileSystem.add(fileEntry); in addFileEntry()