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: 8 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T09:57:30.000Z (3 months ago)
- Last Synced: 2024-12-14T04:27:30.085Z (2 months ago)
- Topics: java, junit-test, surefire-reporting, unit-testing
- Language: Java
- Homepage:
- Size: 54.7 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.