Skip to content

tbouttaz/java-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Seed

Base project to quickly start practicing TDD in Java

1. Dowload

Clone this project with Git:

git clone https://github.com/tbouttaz/java-seed.git

2. Import in your IDE

3. Run unit tests

Running unit tests directly from your IDE, or from the console using Gradle:

gradlew.bat test  // on Windows
./gradlew test    // on Linux

4. Add more tests for your Kata!

About

Seed project to quickly start practicing TDD in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages