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.
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.
+ 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.
+ @@ -383,6 +405,28 @@ is not set.
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.
+ 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.
+