Category/Tag: Mocking

An Introduction to Mocking Frameworks

An Introduction to Mocking Frameworks

So you're unit testing, and perhaps even practicing Test Driven Development (TDD). Congratulations! You're likely better than at least half of your peers! There is just one thing you cannot figure out. How am I supposed to just test one thing when my code has dependencies? Enter Mocking!