Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 484 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 484 Bytes

java-junit

Unit testing demo project

About the project

The project showcases the use of JUnit 5 for performing unit tests on Java code.

Prerequisites

To run the tests, the following will be needed:

  • Java 17 or higher,
  • Intellij IDEA (or any other Java-friendly IDE),
  • Maven.