January 16, 2020 by Chad
Unit Testing Exceptions in C#
Sometimes there are cases where we want to throw a specific exception in our code. When you are writing your tests, how do you account for this? In this article I will work through examples of how to unit test C# code that's expected to throw exceptions.
Read Article