-
Book Overview & Buying
-
Table Of Contents
Software Architecture with C# 10 and .NET 6 – Third Edition - Third Edition
By :
While the documentation on xUnit included in this chapter is quite complete, it doesn’t include the few configuration options offered by xUnit. The full xUnit documentation is available at https://xunit.net/. Documentation for MSTest and NUnit can be found at https://github.com/microsoft/testfx and https://docs.nunit.org/, respectively.
Full Moq documentation is available at https://github.com/moq/moq4/wiki/Quickstart.
Here are some links to performance test frameworks for web applications:
More details on the Microsoft.AspNetCore.Mvc.Testing NuGet package and AngleSharp can be found in their respective official documentation at https://docs.microsoft.com/en-US/aspnet/core/test/integration...