Below you will find pages that utilize the taxonomy term “Fluent Assertions”
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.