A collection of tests for an ASP.NET Core application using XUnit and Moq. This repository is used in a five-part series of blog posts.
- Unit Testing Overview with ASP.NET Core, XUnit, and Moq.
- Using Moq to Create Fluent Test Classes in ASP.NET Core.
- Unit Testing the Business Layer in ASP.NET Core with Moq and XUnit.
- Unit Testing ASP.NET Core MVC Controllers with Moq and XUnit.
- Using XUnit [Theory] and [InlineData] to Test C# Extension Methods.