Uses of Class
org.junit.platform.commons.util.CloseablePath
-
Packages that use CloseablePath Package Description org.junit.platform.commons.util Internal common utilities for JUnit. -
-
Uses of CloseablePath in org.junit.platform.commons.util
Methods in org.junit.platform.commons.util that return CloseablePath Modifier and Type Method Description (package private) static CloseablePath
CloseablePath. create(java.net.URI uri)
private static CloseablePath
CloseablePath. createForJarFileSystem(java.net.URI jarUri, java.util.function.Function<java.nio.file.FileSystem,java.nio.file.Path> pathProvider)
-