Java starter kit, using junit4 for testing
- Java JDK > 1.8
- Junit4
- git
- IntelliJ IDE is recommended
- Clone this repo
git clone https://github.com/mob-programming/java-junit4.git - Checkout a branch
git checkout -b <name-of-your-branch> - Red-green-refactor your way to happiness :)
- If you wish to share, push your branch
- If you wish to improve the code in master, push your branch, then open a pull request.