Testing

Library: Shouldly and FluentAssertions

Cleaning up the Fluent Assertions 8.0 licensing mess

In classic test assertions, we have expected results on the left, and on the right, we have results we want to test.

Read more...


Library: Verify - Snapshot Testing

Simplify Complex Object Testing

Verify is an open-source C# snapshot testing tool that helps us verify that complex objects are correct.

Read more...


Library: bUnit

A Testing library for Blazor components

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.

Read more...


Library: Bogus

Fake data generator

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.

Read more...