Interface IConfigurationTest
- Namespace
- Codebelt.Extensions.Xunit.Hosting
- Assembly
- Codebelt.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.