A Testing Challenge
This lesson will cover why we use mock objects in writing Unit Tests.
It’s a safe bet that you find your own system hard to test. It might be nice to have a system that supports unit tests out of the box.
Mock objects are used to break dependencies on pain-inducing collaborators, which secures us a tool that will help us get past an ever-present hurdle.
With mocking, we’ll be able to see more benefits from our unit tests.
iloveyouboss
: A testing challenge
We’re adding a new feature to the ...
Access this course and 1400+ top-rated courses and projects.