public static class JkTestProcessor.JkEngineBehavior<T>
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
JkTestProcessor<T> |
__
Parent chaining.
|
Modifier and Type | Method and Description |
---|---|
JkUnaryOperator<org.junit.platform.launcher.core.LauncherConfig.Builder> |
getLauncherConfigurer() |
java.nio.file.Path |
getLegacyReportDir() |
JkTestProcessor.JkProgressOutputStyle |
getProgressDisplayer() |
JkTestProcessor.JkEngineBehavior<T> |
setLauncherConfigurer(JkUnaryOperator<org.junit.platform.launcher.core.LauncherConfig.Builder> launcherConfigurer)
Lets to setup the Junit-platform native
LauncherConfig used to build
the Launcher . |
JkTestProcessor.JkEngineBehavior<T> |
setLegacyReportDir(java.nio.file.Path legacyReportDir)
Sets the directory where will be generated the legacy standard XML report.
|
JkTestProcessor.JkEngineBehavior<T> |
setProgressDisplayer(JkTestProcessor.JkProgressOutputStyle progressDisplayer)
Sets the test progress type to display on the console.
|
public final transient JkTestProcessor<T> __
public java.nio.file.Path getLegacyReportDir()
public JkTestProcessor.JkProgressOutputStyle getProgressDisplayer()
public JkUnaryOperator<org.junit.platform.launcher.core.LauncherConfig.Builder> getLauncherConfigurer()
public JkTestProcessor.JkEngineBehavior<T> setLegacyReportDir(java.nio.file.Path legacyReportDir)
null
, no legacy standard XML report will be generated.public JkTestProcessor.JkEngineBehavior<T> setProgressDisplayer(JkTestProcessor.JkProgressOutputStyle progressDisplayer)
null
, no progress will be displayed.public JkTestProcessor.JkEngineBehavior<T> 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.