Table of Contents

Interface IHostTest

Namespace
Cuemon.Extensions.Xunit.Hosting
Assembly
Cuemon.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.