Table of Contents

Interface IHostingEnvironmentTest

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

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

public interface IHostingEnvironmentTest

Properties

HostingEnvironment

Gets the Microsoft.Extensions.Hosting.IHostEnvironment initialized by the Microsoft.Extensions.Hosting.IHost.

IHostEnvironment HostingEnvironment { get; }

Property Value

IHostEnvironment

The Microsoft.Extensions.Hosting.IHostEnvironment initialized by the Microsoft.Extensions.Hosting.IHost.