Table of Contents

ConfigureCallback Property

Definition

Namespace
Codebelt.Extensions.Xunit.Hosting
Assemblies
Codebelt.Extensions.Xunit.Hosting.dll
Source
src/Codebelt.Extensions.Xunit.Hosting/IHostFixture.cs

ConfigureCallback

Gets or sets the delegate that adds configuration and environment information to a HostTest.

Action<IConfiguration, IHostEnvironment> ConfigureCallback { get; set; }

Property Value

Action<IConfiguration, IHostEnvironment>

The delegate that adds configuration and environment information to a HostTest.