.NET public 4 min read xUnit shared context management for C# tests Pierre Belin Feb 23, 2023 Today we will find out how to use the shared context with the xUnit library! Developers must have to pay…
Tests public 6 min read Create efficient C# tests with the xUnit library Pierre Belin Feb 6, 2023 Among all C# test libraries, xUnit is one of the most used by .NET developers. It's simple to use, and…
Tests public 5 min read Compare object values in xUnit C# with Verify Pierre Belin Nov 18, 2022 The most common way to test the values of an object is to use assertions for each property to check…