Interface IWebHostFixture
- Assembly
- Codebelt.Extensions.Xunit.Hosting.AspNetCore.dll
Provides a way to use Microsoft Dependency Injection in unit tests tailored for ASP.NET Core.
public interface IWebHostFixture : IGenericHostFixture, IHostFixture, IConfigurationTest, IEnvironmentTest, IDisposable, IAsyncDisposable, IPipelineTest
- Inherited Members
- Extension Methods
Properties
ConfigureApplicationCallback
Gets or sets the delegate that configures the HTTP request pipeline.
Action<IApplicationBuilder> ConfigureApplicationCallback { get; set; }
Property Value
- Action<IApplicationBuilder>
The delegate that configures the HTTP request pipeline.