Interface IEnvironmentTest
- Namespace
- Codebelt.Extensions.Xunit.Hosting
- Assembly
- Codebelt.Extensions.Xunit.Hosting.dll
Represents the members needed for DI testing with support for IHostEnvironment.
public interface IEnvironmentTest
Properties
Environment
Gets the IHostEnvironment initialized by the IHost.
IHostEnvironment Environment { get; }
Property Value
- IHostEnvironment
The IHostEnvironment initialized by the IHost.