Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 914 Bytes

File metadata and controls

18 lines (13 loc) · 914 Bytes

My junit5-jupiter-starter-maven-playabout

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 of mvn.

  • Caution Some annotations may currently be experimental. Consult the Junit5 documentation for Experimental APIs for details. Unfortunately this includes my favourite @ParameterizedTest :( .