The junit5-jupiter-starter-maven-playabout
is example Junit5 test example code mainly from the
Junit5 guides built up on top of the
original junit5
junit5-jupiter-starter-maven
project which demonstrates how to execute JUnit Jupiter
tests using Maven.
Notes:
-
This project uses the Maven Wrapper. Thus, to ensure that the correct version of Maven is used, invoke
mvnw
instead ofmvn
. -
Caution Some annotations may currently be experimental. Consult the Junit5 documentation for Experimental APIs for details. Unfortunately this includes my favourite @ParameterizedTest :( .