Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isen-ng/library-unit-testing
https://github.com/isen-ng/library-unit-testing
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/isen-ng/library-unit-testing
- Owner: isen-ng
- License: mit
- Created: 2019-09-03T09:53:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T05:22:24.000Z (over 5 years ago)
- Last Synced: 2024-10-25T03:55:38.376Z (2 months ago)
- Language: Java
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Library unit testing example
Example project to show unit testing is doable for everyone
## How to use
This repository is tagged in the stages it was implemented in. Each tag is prefixed with a number that orders the
stages.Checkout one of the tags to inspect the code or make changes to it.
```
git checkout 1.book-implementation
```