Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geozi/java-junit

The project showcases the use of JUnit 5 for performing unit tests on Java code.
https://github.com/geozi/java-junit

java junit-test surefire-reporting unit-testing

Last synced: 20 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# java-junit
![Unit testing demo project]( https://img.shields.io/badge/Demo_project-blue)

### 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.