I learnt about using Assertion Scope in C# with Fluent Assertions.
TLDR; If you write a test that uses multiple assertions, you can check the result for all of them at once using a Assertion Scope rather than having to fix your code each time your test fails on a Assertion!
I think it'll need to be my next #csharp blog post 😊
I learnt about using Assertion Scope in C# with Fluent Assertions.
TLDR; If you write a test that uses multiple assertions, you can check the result for all of them at once using a Assertion Scope rather than having to fix your code each time your test fails on a Assertion!
I think it'll need to be my next #csharp blog post 😊
Nice!