Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsundberg/test-depth-example
https://github.com/tsundberg/test-depth-example
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsundberg/test-depth-example
- Owner: tsundberg
- Created: 2016-02-03T20:16:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T07:28:51.000Z (almost 9 years ago)
- Last Synced: 2024-04-24T12:01:23.517Z (7 months ago)
- Language: Java
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test depth
An example for showing how integrated tests can be minimized in favor for unit tests.
## Build
```
./gradlew clean build --daemon
```