Base project to quickly start practicing TDD in Java
Clone this project with Git:
git clone https://github.com/tbouttaz/java-seed.git
Running unit tests directly from your IDE, or from the console using Gradle:
gradlew.bat test // on Windows
./gradlew test // on Linux