Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/geozi/java-junit
- Owner: geozi
- Created: 2024-08-22T16:10:08.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T11:13:56.000Z (2 months ago)
- Last Synced: 2024-11-01T12:19:40.908Z (2 months ago)
- Topics: java, junit-test, surefire-reporting, unit-testing
- Language: Java
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.