Skip to content

Commit

Permalink
mentioning JUnit5 in usages.apt.vm
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor17 committed Dec 10, 2018
1 parent 0bc30a4 commit fdebc82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions maven-surefire-plugin/src/site/apt/usage.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ mvn verify

* TestNG

* JUnit (3.8 or 4.x)
* JUnit (3.8, 4.x or 5.x)

* POJO

Which providers are available is controlled simply by the inclusion of the
appropriate dependencies (i.e., <<<junit:junit>>> or <<<junit:junit-dep>>> for JUnit and <<<org.testng:testng>>> 4.7+
for TestNG). Since this is required to compile the test classes anyway, no
additional configuration is required.
appropriate dependencies (i.e., <<<junit:junit>>> or <<<junit:junit-dep>>> for JUnit4, <<junit-jupiter-engine>> or
<<junit-vintage-engine>> for JUnit5 and <<<org.testng:testng>>> 4.7+ for TestNG). Since this is required to compile the test
classes anyway, no additional configuration is required.

Note that any normal Surefire integration works identically no matter which
providers are in use - so you can still produce a Cobertura report and a
Expand Down

0 comments on commit fdebc82

Please sign in to comment.