public static class JkTestProcessor.JkEngineBehavior
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
JkUnaryOperator<org.junit.platform.launcher.core.LauncherConfig.Builder> |
getLauncherConfigurer() |
java.nio.file.Path |
getLegacyReportDir() |
JkTestProcessor.JkProgressStyle |
getProgressStyle() |
JkTestProcessor.JkEngineBehavior |
setLauncherConfigurer(JkUnaryOperator<org.junit.platform.launcher.core.LauncherConfig.Builder> launcherConfigurer)
Sets up the Junit-platform native
LauncherConfig used to build
the Launcher . |
JkTestProcessor.JkEngineBehavior |
setLegacyReportDir(java.nio.file.Path legacyReportDir)
Sets the directory where will be generated the legacy standard XML report.
|
JkTestProcessor.JkEngineBehavior |
setProgressDisplayer(JkTestProcessor.JkProgressStyle progressDisplayer)
Sets the test progress type to display on the console.
|
public java.nio.file.Path getLegacyReportDir()
public JkTestProcessor.JkProgressStyle getProgressStyle()
public JkUnaryOperator<org.junit.platform.launcher.core.LauncherConfig.Builder> getLauncherConfigurer()
public JkTestProcessor.JkEngineBehavior setLegacyReportDir(java.nio.file.Path legacyReportDir)
null
, no legacy standard XML report will be generated.public JkTestProcessor.JkEngineBehavior setProgressDisplayer(JkTestProcessor.JkProgressStyle progressDisplayer)
null
, no progress will be displayed.public JkTestProcessor.JkEngineBehavior setLauncherConfigurer(JkUnaryOperator<org.junit.platform.launcher.core.LauncherConfig.Builder> launcherConfigurer)
LauncherConfig
used to build
the Launcher
.launcherConfigurer
- a function that takes the default LauncherConfig
as argument
and returns the config to use.