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 IConfiguration initialized by the IHost.
IConfiguration Configuration { get; }
Property Value
- IConfiguration
The IConfiguration initialized by the IHost.