Interface IHostTest
- Namespace
- Codebelt.Extensions.Xunit.Hosting
- Assembly
- Codebelt.Extensions.Xunit.Hosting.dll
Represents the members needed for bare-bone DI testing with support for IHost.
public interface IHostTest : IConfigurationTest, IEnvironmentTest, ITest, IDisposable, IAsyncDisposable
- Inherited Members
Properties
Host
Gets the IHost initialized by the IGenericHostFixture.
IHost Host { get; }
Property Value
- IHost
The IHost initialized by the IGenericHostFixture.