ConfigureCallback Property
Definition
- Namespace
- Codebelt.Extensions.Xunit.Hosting
- Assemblies
- Codebelt.Extensions.Xunit.Hosting.dll
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.