Table of Contents

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 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.