Table of Contents

Interface IServiceTest

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