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.
read more
Posts
Unit Testing IoC Container Setup in C#
A basic pattern for testing IoC container setup in C#.
read more
Posts
read more
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.