Skip to content

This is a seed project for doing TDD code katas in Java.

Notifications You must be signed in to change notification settings

paucls/java-gradle-kata-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Kata Seed

This is a seed project to quickly start practicing TDD in Java.

It includes dependencies for:

Dowloading the project

You can clone this project using Git

git clone https://github.com/paucls/java-gradle-kata-seed.git

or just download it directly from https://github.com/paucls/java-gradle-kata-seed/archive/master.zip and unzip it.

Import Project

IntelliJ IDEA

To import this project in IntelliJ follow these steps:

  • Go to File -> Open File or Project and select the project folder java-gradle-kata-seed
  • On the Import Project from Gradle dialog select Use auto-import and Use default gradle wrapper options. Then click OK.

Running unit tests in IntelliJ

Eclipse

To import this project in Eclipse follow these steps:

  • Go to File -> Import -> Gradle -> Existing Gradle Project
  • Select the project folder java-gradle-kata-seed
  • Default Import Options, this will use the Gradle wrapper.

Running unit tests in Eclipse

Run unit tests

The most convenient way of running the unit tests is directly from your IDE. They can also be run from the console using Gradle.

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

About

This is a seed project for doing TDD code katas in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages