Table of Contents

Namespace Cuemon.Extensions.Xunit.Hosting.AspNetCore.Mvc

Assembly: Cuemon.Extensions.Xunit.Hosting.AspNetCore.Mvc.dll

The Cuemon.Extensions.Xunit.Hosting.AspNetCore.Mvc namespace contains types that provides a uniform way of doing unit testing that depends on ASP.NET Core MVC and used in conjunction with Microsoft Dependency Injection. The namespace relates to the Microsoft.AspNetCore.Mvc.Testing namespace.

Availability: .NET 8, .NET 7 and .NET 6

Complements: Microsoft.AspNetCore.Mvc.Testing namespace 🔗

Classes

WebApplicationTestFactory

Provides a set of static methods for ASP.NET Core, ASP.NET Core MVC, Razor and related unit testing.

Interfaces

IWebApplicationTest

Represents the members needed for ASP.NET Core MVC, Razor and related testing.