October 2016
Intermediate to advanced
198 pages
3h 52m
English
Mocks and stubs are essential to any test-driven or behavior-driven testing frameworks:
"The term 'Mock Objects' has become a popular one to describe special case objects that mimic real objects for testing. Most language environments now have frameworks that make it easy to create mock objects. What's often not realized, however, is that mock objects are but one form of special case test object, one that enables a different style of testing." | ||
| --Martin Fowler | ||
In this chapter, we will discuss:
During one of my several Agile incarnations, I had the opportunity to work with Tim Mackinnon who was involved in the development of the concept ...
Read now
Unlock full access