Skip to content

A sandpit project to try out the new JUnit 5 features

Notifications You must be signed in to change notification settings

j-n-white/junit5Sandpit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JUnit 5 Sandpit

A sandpit project to try out the new JUnit 5 features. The examples are themed around Star Trek the Next Generation but no in depth science fiction knowledge is required.

This project contains 2 modules:

  • junit4and5 contains a sample project which runs both a junit 4 and a junit 5 test classes.
  • junit5only contains a sample project with only junit 5 test classes and provides examples of different capabilities.

To run the build run mvn clean install which will run both modules and all the tests.

These examples are discussed in detail in the following blog post.

About

A sandpit project to try out the new JUnit 5 features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages