Table of Contents

Interface IWebHostTest

Namespace
Codebelt.Extensions.Xunit.Hosting.AspNetCore
Assembly
Codebelt.Extensions.Xunit.Hosting.AspNetCore.dll

Represents the members needed for ASP.NET Core (including but not limited to MVC, Razor and related) testing.

public interface IWebHostTest : IHostTest, IConfigurationTest, IEnvironmentTest, ITest, IDisposable, IAsyncDisposable, IPipelineTest
Inherited Members

See Also