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: 12 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T09:57:30.000Z (over 1 year ago)
- Last Synced: 2025-04-01T11:16:25.671Z (about 1 year 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

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