Skip to content

Files

Latest commit

author
Isaac Ramirez
Feb 12, 2020
efbc59f · Feb 12, 2020

History

History
15 lines (8 loc) · 373 Bytes

resources.md

File metadata and controls

15 lines (8 loc) · 373 Bytes

Resources

External resources recommended in the book.

Chapter 1: Automated Testing

  • Book: Refactoring: Improving the Design of Existing Code. Martin Fowler.

Chapter 2: The Test-Driven Development Process

  • Book: Test Driven Development by Example. Kent Beck

Chapter 16: Mocking and Stubbing

  • Book: xUnit Test Patterns. Gerard Meszaros