Below you will find pages that utilize the taxonomy term “Unit Testing”
Posts
Adding Test Categories with xUnit
Let’s group our xUnit tests into categories. Honestly, it’ll be easier to find them this way.
Posts
Asserting Async Methods Throw Exceptions with FluentAssertions
I always forget the syntax when verifying that async methods throw a particular exception with FluentAssertions. This post is to help me (and hopefully others) quickly find the solution to this slightly un-intuitive syntax.