Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 619 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 619 Bytes

junit5-demo

Status

Build Status

Disclaimer

This repo is soley to demo junit 5 features, application only contains service class which has CRUD for emploee with certain validation which is being tested.

Demo for new features in junit5, following features covered in this demo.

  • Assertions with lambda
  • tagging of test
  • nested testcases
  • parameterized test
  • dynamic display name for test
  • dynamic test using test factory.

To run the application.

  • gradle test