Uses of Class
org.junit.platform.launcher.listeners.OutputDir
-
Packages that use OutputDir Package Description org.junit.platform.launcher.listeners CommonTestExecutionListenerimplementations 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 OutputDirOutputDir. create(java.util.Optional<java.lang.String> customDir)(package private) static OutputDirOutputDir. create(java.util.Optional<java.lang.String> customDir, java.util.function.Supplier<java.nio.file.Path> currentWorkingDir)(package private) static OutputDirOutputDir. createSafely(java.util.Optional<java.lang.String> customDir, java.util.function.Supplier<java.nio.file.Path> currentWorkingDir)Package private for testing purposes.private static OutputDirOutputDir. createSafely(java.util.Optional<java.lang.String> customDir, java.util.function.Supplier<java.nio.file.Path> currentWorkingDir, java.security.SecureRandom random)
-