https://github.com/beebus/junit-example
An example of unit testing in Java using JUnit.
https://github.com/beebus/junit-example
java java-8 junit junit4
Last synced: 10 months ago
JSON representation
An example of unit testing in Java using JUnit.
- Host: GitHub
- URL: https://github.com/beebus/junit-example
- Owner: beebus
- License: gpl-3.0
- Created: 2020-11-04T18:15:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T15:00:34.000Z (over 4 years ago)
- Last Synced: 2025-07-23T09:32:12.209Z (11 months ago)
- Topics: java, java-8, junit, junit4
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JUnit-Example
An example of unit testing in Java using JUnit. Test cases are written first before the implementation.