https://github.com/thoughtworksinc/java-test-project
https://github.com/thoughtworksinc/java-test-project
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thoughtworksinc/java-test-project
- Owner: ThoughtWorksInc
- Created: 2018-01-17T18:54:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T14:55:24.000Z (over 5 years ago)
- Last Synced: 2025-04-05T21:51:14.931Z (2 months ago)
- Language: Java
- Size: 104 KB
- Stars: 7
- Watchers: 13
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Nearly empty java project with a failing test!
===This has been created using gradle; to run the tests, just execute:
```
./gradlew test
```or (on windows machines):
```
gradlew.bat test
```