Interface IPipelineTest
- Assembly
- Codebelt.Extensions.Xunit.Hosting.AspNetCore.dll
Represents the members needed for ASP.NET Core pipeline testing.
public interface IPipelineTest
Properties
Application
Gets the Microsoft.AspNetCore.Builder.IApplicationBuilder initialized by the Microsoft.Extensions.Hosting.IHost.
IApplicationBuilder Application { get; }
Property Value
- IApplicationBuilder
The Microsoft.AspNetCore.Builder.IApplicationBuilder initialized by the Microsoft.Extensions.Hosting.IHost.