Searched refs:testPath (Results 1 – 3 of 3) sorted by relevance
62 Path testPath = Paths.get("/"); in test_getFileSystem() local63 FileSystem fs = FileSystems.getFileSystem(testPath.toUri()); in test_getFileSystem()74 Path testPath = Paths.get("/"); in test_newFileSystem$URI$Map() local77 FileSystems.newFileSystem(testPath.toUri(), stubEnv); in test_newFileSystem$URI$Map()87 FileSystems.newFileSystem(testPath, null); in test_newFileSystem$URI$Map()94 Path testPath = Paths.get("/"); in test_newFileSystem$URI$Map$ClassLoader() local97 FileSystems.newFileSystem(testPath.toUri(), stubEnv, getClass().getClassLoader()); in test_newFileSystem$URI$Map$ClassLoader()108 FileSystems.newFileSystem(testPath.toUri(), null, in test_newFileSystem$URI$Map$ClassLoader()114 FileSystems.newFileSystem(testPath.toUri(), stubEnv, null); in test_newFileSystem$URI$Map$ClassLoader()140 Path testPath = Paths.get("/"); in test_newFileSystem$Path$ClassLoader() local[all …]
59 private Path testPath; field in FilesSetup78 testPath = Paths.get(testDir, NON_EXISTENT_FILE); in initializeFiles()92 return testPath; in getTestPath()
642 Path testPath = Paths.get("/"); in test_newFileSystem$URI$Map() local643 assertNotNull(provider.getFileSystem(testPath.toUri())); in test_newFileSystem$URI$Map()