Using Assertion Scopes to execute multiple Assertions in C#
Fluent Assertions is a .NET library that provides use with a bunch of useful extension methods that allow us to test our C# code in a more natural way.
Let's say for example we are testing the output of a string. Without Fluent Assertions, we might w...
willvelida.hashnode.dev3 min read