Unit Testing Best Practices: A checklist

from blog Just Some Code, | ↗ original
As part of this series on unit testing, we’ve covered a lot of subjects. From how to write your first unit tests to create test data with Builders to how to write better fakes. I hope I’ve helped you to start writing unit tests or write even better unit tests. This time, I’m bringing some tips and best practices from my previous posts in one...