Easily Create Mock Data for Unit Tests
Feb 25, 2021 · 12 min read · In this article, I will show you how to improve your unit tests with the use of the builder design pattern. I will use it to solve one of the hardest problems when writing unit tests: creating mock data. Mock data created using the builder pattern wi...
Join discussion


