Table of Contents

Interface IHostTest

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

Represents the members needed for DI host testing.

public interface IHostTest

Properties

Host

Gets the Microsoft.Extensions.Hosting.IHost initialized by the IHostFixture.

IHost Host { get; }

Property Value

IHost

The Microsoft.Extensions.Hosting.IHost initialized by the IHostFixture.