diff --git a/manual/Tasks/junitlauncher.html b/manual/Tasks/junitlauncher.html index 5f2d6bb00..5a132f34b 100644 --- a/manual/Tasks/junitlauncher.html +++ b/manual/Tasks/junitlauncher.html @@ -330,6 +330,28 @@ is not set. No + + includeEngines + A comma separated set of test engine ids. If specified, only these test engine(s) + will be used for running the tests. +
+ For example: includeEngines="junit-jupiter" will only use the Jupiter + test engine for execution of the tests and will ignore any other engines that might + have been found in the classpath. + + No + + + excludeEngines + A comma separated set of test engine ids. If specified, these test engine(s) + will be excluded when running the tests. +
+ For example: excludeEngines="junit-vintage" will exclude the vintage + test engine during execution of the tests and will use any other engines that might + have been found in the classpath. + + No +

@@ -383,6 +405,28 @@ is not set. No + + includeEngines + A comma separated set of test engine ids. If specified, only these test engine(s) + will be used for running the tests. +
+ For example: includeEngines="junit-jupiter" will only use the Jupiter + test engine for execution of the tests and will ignore any other engines that might + have been found in the classpath. + + No + + + excludeEngines + A comma separated set of test engine ids. If specified, these test engine(s) + will be excluded when running the tests. +
+ For example: excludeEngines="junit-vintage" will exclude the vintage + test engine during execution of the tests and will use any other engines that might + have been found in the classpath. + + No +