Showing all 2 blog posts tagged with "unit test".
-
How Mock Can Improve Your Unit Tests: Part 2
In Part 1 of this blog series, we started looking at how we can use mocking to improve our unit tests. We'll expand on that in this post. Mock an Attribute Another common case... Read more
April 5, 2021 -
How Mock Can Improve Your Unit Tests: Part 1
We've written in the past about the importance of unit tests and how to write better ones: Culture of Unit Testing, Subtests are the Best. Mocking is a little tricky to learn t... Read more
March 29, 2021