How To Assert Collection Count With FluentAssertions
Asserting numbers of items in a list or collection is vital to unit tests, but which to choose?
Asserting numbers of items in a list or collection is vital to unit tests, but which to choose?
Harnessing the power of the C# 8 using declarations to aid with unit test assert clarity