Table of Contents

Interface IConfigurationTest

Namespace
Cuemon.Extensions.Xunit.Hosting
Assembly
Cuemon.Extensions.Xunit.Hosting.dll

Represents the members needed for DI testing with support for Configuration.

public interface IConfigurationTest

Properties

Configuration

Gets the Microsoft.Extensions.Configuration.IConfiguration initialized by the Microsoft.Extensions.Hosting.IHost.

IConfiguration Configuration { get; }

Property Value

IConfiguration

The Microsoft.Extensions.Configuration.IConfiguration initialized by the Microsoft.Extensions.Hosting.IHost.