Uses of Class
org.junit.platform.launcher.listeners.OutputDir
-
Packages that use OutputDir Package Description org.junit.platform.launcher.listeners CommonTestExecutionListener
implementations and related support classes for theLauncher
. -
-
Uses of OutputDir in org.junit.platform.launcher.listeners
Methods in org.junit.platform.launcher.listeners that return OutputDir Modifier and Type Method Description static OutputDir
OutputDir. create(java.util.Optional<java.lang.String> customDir)
(package private) static OutputDir
OutputDir. createSafely(java.util.Optional<java.lang.String> customDir, java.util.function.Supplier<java.nio.file.Path> currentWorkingDir)
Package private for testing purposes.
-