Book Image

Test-Driven Java Development

Book Image

Test-Driven Java Development

Overview of this book

Table of Contents (17 chapters)
Test-Driven Java Development
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
8
Refactoring Legacy Code – Making it Young Again
Index

Summary


In this chapter, we took a break from TDD and introduced many tools and frameworks that will be used for code demonstrations in the rest of the chapters. We set up everything from version control, virtual machines, building tools, and IDE, until we reached frameworks that are commonly used as today's testing tools.

We are big proponents of the open source movement. Following this spirit, we made a special effort to select free tools and frameworks in every category.

Now that we have set up all the tools that we will need, it is time to go deeper into TDD, starting with the red-green-refactor procedure—TDD's cornerstone.