Hello,
I'm working on trying to get my team to adopt unit testing. I'd like to recommend a course or two that covers the subject pretty exhaustively, including
- what is a unit test
- what makes a good unit test
- how to write testable code
- how to use a mocking framework
Do you have any good recommendations?
Please and thank you!
Top comments (1)
Mosh Hamedani has a course on that! He's a great teacher in my view. Unit Testing for C# Developers I'm pretty sure it covers all of your bullet points