Skip to content

The `junit5-jupiter-starter-maven-playabout` is example Junit5 test example code mainly from the [Junit5 guides](https://junit.org/junit5/docs/current/user-guide/) built up on top of the [original junit5](https://github.com/junit-team/junit5-samples/tree/master/junit5-jupiter-starter-maven) `junit5-jupiter-starter-maven` project which demonstrat…

Notifications You must be signed in to change notification settings

DaddyMoe/junit5-jupiter-starter-maven-playabout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :( .

About

The `junit5-jupiter-starter-maven-playabout` is example Junit5 test example code mainly from the [Junit5 guides](https://junit.org/junit5/docs/current/user-guide/) built up on top of the [original junit5](https://github.com/junit-team/junit5-samples/tree/master/junit5-jupiter-starter-maven) `junit5-jupiter-starter-maven` project which demonstrat…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages