Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 432 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 432 Bytes

TDD babysteps

Projects to learn TDD using JUnit using:

Requirements

  • JDK 1.8
  • Maven 3.3.x

HowTo

Clone the project:

$ git clone https://github.com/koukio/internal1-junit.git

Create a branch with your username from master

git checkout -b username

Complete each project commit by commit and push it to github