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