File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
documentation/src/docs/asciidoc Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ endif::[]
8282:junit-vintage-engine: {javadoc-root}/org/junit/vintage/engine/package-summary.html[junit-vintage-engine]
8383//
8484:junit5-samples-repo: {junit-team}/junit5-samples
85- :junit5-gradle-consumer: {junit5-samples-repo}/tree/{release-branch}/junit5-gradle-consumer[junit5-gradle-consumer]
8685:junit5-jupiter-starter-ant: {junit5-samples-repo}/tree/{release-branch}/junit5-jupiter-starter-ant[junit5-jupiter-starter-ant]
87- :junit5-maven-consumer: {junit5-samples-repo}/tree/{release-branch}/junit5-maven-consumer[junit5-maven-consumer]
86+ :junit5-jupiter-starter-gradle: {junit5-samples-repo}/tree/{release-branch}/junit5-jupiter-starter-gradle[junit5-jupiter-starter-gradle]
87+ :junit5-jupiter-starter-maven: {junit5-samples-repo}/tree/{release-branch}/junit5-jupiter-starter-maven[junit5-jupiter-starter-maven]
8888:RandomParametersExtension: {junit5-samples-repo}/tree/{release-branch}/junit5-jupiter-extensions/src/main/java/com/example/random/RandomParametersExtension.java[RandomParametersExtension]
8989//
9090:API: https://apiguardian-team.github.io/apiguardian/docs/current/api/[@API]
Original file line number Diff line number Diff line change @@ -238,5 +238,5 @@ The {junit5-samples-repo}[`junit5-samples`] repository hosts a collection of sam
238238projects based on JUnit Jupiter and JUnit Vintage. You'll find the respective
239239`build.gradle` and `pom.xml` in the projects below.
240240
241- * For Gradle, check out the `{junit5-gradle-consumer }` project.
242- * For Maven, check out the `{junit5-maven-consumer }` project.
241+ * For Gradle, check out the `{junit5-jupiter-starter-gradle }` project.
242+ * For Maven, check out the `{junit5-jupiter-starter-maven }` project.
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ additional dependency to the runtime classpath.
210210
211211The JUnit team has developed a basic provider for Maven Surefire that lets you run JUnit 4
212212and JUnit Jupiter tests via `mvn test`. The `pom.xml` file in the
213- `{junit5-maven-consumer }` project demonstrates how to use it and can serve as a starting
213+ `{junit5-jupiter-starter-maven }` project demonstrates how to use it and can serve as a starting
214214point.
215215
216216NOTE: Please use Maven Surefire {surefire-version} with the
You can’t perform that action at this time.
0 commit comments