File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
junit5-jupiter-starter-ant Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -121,4 +121,4 @@ for the JUnit Platform using the Java Platform Module System.
121
121
[ ci-badge ] :https://github.com/junit-team/junit5-samples/workflows/Build%20all%20samples/badge.svg " CI build status "
122
122
[ ci-actions ] : https://github.com/junit-team/junit5-samples/actions
123
123
124
- [ guide-custom-engine ] : https://junit.org/junit5/docs /current/user-guide/#launcher-api-engines-custom " Plugging in Your Own Test Engine "
124
+ [ guide-custom-engine ] : https://docs. junit.org/current/user-guide/#launcher-api-engines-custom " Plugging in Your Own Test Engine "
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ tests using [Apache Ant](https://ant.apache.org/) 1.10.4 or higher.
6
6
This sample project does not aim to demonstrate how to use the JUnit Jupiter APIs.
7
7
8
8
For detailed information on the JUnit Jupiter programming and extension models,
9
- please consult the [ User Guide] ( https://junit.org/junit5/docs /current/user-guide/ ) .
9
+ please consult the [ User Guide] ( https://docs. junit.org/current/user-guide/ ) .
Original file line number Diff line number Diff line change 32
32
<javac destdir =" build/test" classpathref =" test.classpath" srcdir =" src/test/java" includeantruntime =" false" />
33
33
</target >
34
34
35
- <!-- https://junit.org/junit5/docs /snapshot/user-guide/#running-tests-build-ant -->
35
+ <!-- https://docs. junit.org/snapshot/user-guide/#running-tests-build-ant -->
36
36
<target name =" test.junit.launcher" depends =" compile" >
37
37
<junitlauncher haltOnFailure =" true" printSummary =" true" >
38
38
<classpath refid =" test.classpath" />
46
46
</junitlauncher >
47
47
</target >
48
48
49
- <!-- https://junit.org/junit5/docs /current/user-guide/#running-tests-console-launcher -->
49
+ <!-- https://docs. junit.org/current/user-guide/#running-tests-console-launcher -->
50
50
<target name =" test.console.launcher" depends =" compile" >
51
51
<java classpathref =" test.classpath" classname =" org.junit.platform.console.ConsoleLauncher" fork =" true" failonerror =" true" >
52
52
<arg value =" execute" />
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ the JUnit Platform.
7
7
8
8
This sample project does not aim to demonstrate how to use the JUnit Jupiter APIs.
9
9
For detailed information on the JUnit Jupiter programming and extension models,
10
- please consult the [ User Guide] ( https://junit.org/junit5/docs /current/user-guide/ ) .
10
+ please consult the [ User Guide] ( https://docs. junit.org/current/user-guide/ ) .
11
11
12
12
## Enabling the JUnit Platform
13
13
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ the JUnit Platform.
7
7
8
8
This sample project does not aim to demonstrate how to use the JUnit Jupiter APIs.
9
9
For detailed information on the JUnit Jupiter programming and extension models,
10
- please consult the [ User Guide] ( https://junit.org/junit5/docs /current/user-guide/ ) .
10
+ please consult the [ User Guide] ( https://docs. junit.org/current/user-guide/ ) .
11
11
12
12
Please note that this project uses the [ Maven Wrapper] ( https://github.com/takari/maven-wrapper ) .
13
13
Thus, to ensure that the correct version of Maven is used, invoke ` mvnw ` instead of ` mvn ` .
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Invoke the [jshell](https://docs.oracle.com/javase/9/tools/jshell.htm) script
7
7
8
8
This sample project does not aim to demonstrate how to use the JUnit Platform APIs.
9
9
For detailed information on the JUnit Platform programming and extension models,
10
- please consult the [ User Guide] ( https://junit.org/junit5/docs /current/user-guide/ ) .
10
+ please consult the [ User Guide] ( https://docs. junit.org/current/user-guide/ ) .
11
11
12
12
## Source Layout
13
13
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ using the JUnit Platform with various [TestEngine][guide-custom-engine] implemen
5
5
6
6
## Provided by junit.org
7
7
8
- * [ JUnit Jupiter] ( https://junit.org/junit5/docs /current/user-guide )
9
- * [ JUnit Vintage] ( https://junit.org/junit5/docs /current/user-guide )
10
- * [ JUnit Platform Suite Engine] ( https://junit.org/junit5/docs /current/user-guide/#junit-platform-suite-engine )
8
+ * [ JUnit Jupiter] ( https://docs. junit.org/current/user-guide )
9
+ * [ JUnit Vintage] ( https://docs. junit.org/current/user-guide )
10
+ * [ JUnit Platform Suite Engine] ( https://docs. junit.org/current/user-guide/#junit-platform-suite-engine )
11
11
* [ TestNG] ( https://github.com/junit-team/testng-engine )
12
12
13
13
## 3rd-party test engines
@@ -24,4 +24,4 @@ See https://github.com/junit-team/junit5/wiki/Third-party-Extensions#junit-platf
24
24
for even more test engine implementations and feel free to add minimal working samples of other
25
25
engines to this project and the wiki page.
26
26
27
- [ guide-custom-engine ] : https://junit.org/junit5/docs /current/user-guide/#launcher-api-engines-custom " Plugging in Your Own Test Engine "
27
+ [ guide-custom-engine ] : https://docs. junit.org/current/user-guide/#launcher-api-engines-custom " Plugging in Your Own Test Engine "
You can’t perform that action at this time.
0 commit comments