ConfigureCallback Property
Definition
- Namespace
- Codebelt.Extensions.Xunit.Hosting
- Assemblies
- Codebelt.Extensions.Xunit.Hosting.dll
ConfigureCallback
Gets or sets the delegate that initializes the test class.
public Action<IConfiguration, IHostEnvironment> ConfigureCallback { get; set; }
Property Value
- Action<IConfiguration, IHostEnvironment>
The delegate that initializes the test class.
Remarks
Mimics the Startup convention.