I just finished doing every exercise of Agile Java: Crafting Code with Test-Driven Development by Jeff Langr.
You can find the solutions to all the exercises in my Git Hub repository.
Install git (version control system) and use the following comand:
git clone git://github.com/cyberroadie/spikes.git
to check out the code.
The exercises are not indexed but I added tags (Lessonxx) for every chapter I finished. There are 3 main parts: The chess game, the exercises you can find at the end of every chapter and some exercises I did whilst reading the chapters.
Although Jeff did use JUnit 3 and Ant in the book, I used Maven and JUnit 4 instead.
Please feel free to use this code and I’m happy to receive any updates/patches/improvements
Happy Coding
Olivier