Table of Contents

Interface IWebApplicationTest

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

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

public interface IWebApplicationTest : IMiddlewareTest, IGenericHostTest, IServiceTest, IConfigurationTest, IHostingEnvironmentTest, ITest, IDisposable, IPipelineTest, IHostTest
Inherited Members
IDisposable.Dispose()

See Also