Library: Shouldly and FluentAssertions
In classic test assertions, we have expected results on the left, and on the right, we have results we want to test.
Library: Verify - Snapshot Testing
Verify is an open-source C# snapshot testing tool that helps us verify
that complex objects are correct.
Library: bUnit
bUnit is a testing library for .NET for testing Blazor components. It is built on top of existing popular frameworks xUnit, NUnit, and MSTests. It enables running tests on Blazor components in the same way as any other test.
Library: Bogus
We often work on projects or parts of the system where we expect the typical user to have hundreds or thousands of entries. Still, we always test the development system with only a few representative entites because we don't want to create realistic data sets. If we don't expect production data to impact performance and stability negatively, we will not generate dummy data.