public final class JkTestProcessor<T>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
JkTestProcessor.JkEngineBehavior<T> |
static class |
JkTestProcessor.JkProgressOutputStyle
Style of progress mark to display on console while the tests are running.
|
Modifier and Type | Method and Description |
---|---|
JkTestProcessor.JkEngineBehavior<T> |
getEngineBehavior() |
JkJavaProcess |
getForkingProcess() |
JkRunnables |
getPostActions() |
JkTestResult |
launch(JkPathSequence extraTestClasspath,
JkTestSelection testSelection)
Launches the specified test set with the underlying junit-platform.
|
static void |
main(java.lang.String[] args)
Non public API.
|
static JkTestProcessor<java.lang.Void> |
of() |
static <T> JkTestProcessor<T> |
ofParent(T parent) |
JkTestProcessor<T> |
setForkingProcess(boolean fork) |
JkTestProcessor<T> |
setForkingProcess(JkJavaProcess process) |
public final transient T __
public static JkTestProcessor<java.lang.Void> of()
public static <T> JkTestProcessor<T> ofParent(T parent)
public JkJavaProcess getForkingProcess()
public JkTestProcessor.JkEngineBehavior<T> getEngineBehavior()
public JkRunnables getPostActions()
public JkTestProcessor<T> setForkingProcess(JkJavaProcess process)
public JkTestProcessor<T> setForkingProcess(boolean fork)
public JkTestResult launch(JkPathSequence extraTestClasspath, JkTestSelection testSelection)
public static void main(java.lang.String[] args)