You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2022/03/05 21:24:03 UTC

[maven-surefire] branch platform-runner-suite updated: added the link https://junit.org/junit5/docs/current/user-guide/#junit-platform-suite-engine

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch platform-runner-suite
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/platform-runner-suite by this push:
     new 3a1de7a  added the link https://junit.org/junit5/docs/current/user-guide/#junit-platform-suite-engine
3a1de7a is described below

commit 3a1de7a711c7894e4c2559b8136625f59f054272
Author: tibordigana <ti...@apache.org>
AuthorDate: Sat Mar 5 22:23:55 2022 +0100

    added the link https://junit.org/junit5/docs/current/user-guide/#junit-platform-suite-engine
---
 maven-surefire-plugin/src/site/apt/examples/junit-platform.apt.vm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/maven-surefire-plugin/src/site/apt/examples/junit-platform.apt.vm b/maven-surefire-plugin/src/site/apt/examples/junit-platform.apt.vm
index bef651a..3467ea3 100644
--- a/maven-surefire-plugin/src/site/apt/examples/junit-platform.apt.vm
+++ b/maven-surefire-plugin/src/site/apt/examples/junit-platform.apt.vm
@@ -414,7 +414,8 @@ Using JUnit 5 Platform
 ** JUnit5 Suite
 
   For more information see this
-  {{{https://github.com/apache/maven-surefire/tree/master/surefire-its/src/test/resources/junit5-suite}example}}.
+  {{{https://github.com/apache/maven-surefire/tree/master/surefire-its/src/test/resources/junit5-suite}example}}
+  and the {{{https://junit.org/junit5/docs/current/user-guide/#junit-platform-suite-engine}tutorial}}.
 
 +---+
 <dependencies>