An open API service indexing awesome lists of open source software.

https://github.com/thoughtworksinc/java-test-project


https://github.com/thoughtworksinc/java-test-project

Last synced: about 1 month ago
JSON representation

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
```