Class OutputDir
- java.lang.Object
-
- org.junit.platform.launcher.listeners.OutputDir
-
@API(status=INTERNAL, since="1.9") public class OutputDir extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OutputDircreate(java.util.Optional<java.lang.String> customDir)java.nio.file.PathcreateFile(java.lang.String prefix, java.lang.String extension)java.nio.file.PathtoPath()
-
-
-
Method Detail
-
create
public static OutputDir create(java.util.Optional<java.lang.String> customDir)
-
toPath
public java.nio.file.Path toPath()
-
createFile
public java.nio.file.Path createFile(java.lang.String prefix, java.lang.String extension) throws java.io.UncheckedIOException- Throws:
java.io.UncheckedIOException
-
-