From 29673c6dfafdddcad9830639fb87ae1e71186338 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 7 Feb 2019 14:50:58 +0100 Subject: [PATCH] Polish XML examples in User Guide --- .../asciidoc/user-guide/running-tests.adoc | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/documentation/src/docs/asciidoc/user-guide/running-tests.adoc b/documentation/src/docs/asciidoc/user-guide/running-tests.adoc index cbf7b6c498e..3858bd85eca 100644 --- a/documentation/src/docs/asciidoc/user-guide/running-tests.adoc +++ b/documentation/src/docs/asciidoc/user-guide/running-tests.adoc @@ -271,9 +271,9 @@ following. - ... + - ... + org.junit.jupiter junit-jupiter-api @@ -286,9 +286,9 @@ following. {jupiter-version} test - ... + - ... + ---- Maven Surefire and Maven Failsafe can run JUnit 4 based tests alongside Jupiter tests as @@ -298,7 +298,7 @@ long as you configure `test` scoped dependencies on JUnit 4 and the JUnit Vintag [source,xml,indent=0] [subs=attributes+] ---- - ... + @@ -311,9 +311,9 @@ long as you configure `test` scoped dependencies on JUnit 4 and the JUnit Vintag - ... + - ... + junit junit @@ -326,9 +326,9 @@ long as you configure `test` scoped dependencies on JUnit 4 and the JUnit Vintag {vintage-version} test - ... + - ... + ---- [[running-tests-build-maven-filter-test-class-names]] @@ -352,7 +352,7 @@ from excluding static member classes, you can override its exclude rules as foll [subs=attributes+] .Overriding exclude rules of Maven Surefire ---- - ... + @@ -366,7 +366,7 @@ from excluding static member classes, you can override its exclude rules as foll - ... + ---- Please see the @@ -385,7 +385,7 @@ the following configuration properties. [source,xml,indent=0] [subs=attributes+] ---- - ... + @@ -398,7 +398,7 @@ the following configuration properties. - ... + ---- [[running-tests-build-maven-config-params]] @@ -412,7 +412,7 @@ below) or via the `junit-platform.properties` file. [source,xml,indent=0] [subs=attributes+] ---- - ... + @@ -430,7 +430,7 @@ below) or via the `junit-platform.properties` file. - ... + ---- [[running-tests-build-ant]] @@ -491,7 +491,7 @@ test classes from multiple locations. - .... +