Table of Contents

Interface IWebMinimalHostFixture

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

Provides a way to use Microsoft Dependency Injection in unit tests (minimal style).

public interface IWebMinimalHostFixture : IMinimalHostFixture, 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.

See Also