Table of Contents

Interface IServiceTest

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

Represents the members needed for DI services testing.

public interface IServiceTest

Properties

ServiceProvider

Gets the System.IServiceProvider initialized by the Microsoft.Extensions.Hosting.IHost.

IServiceProvider ServiceProvider { get; }

Property Value

IServiceProvider

The System.IServiceProvider initialized by the Microsoft.Extensions.Hosting.IHost.