Table of Contents

ConfigureHostCallback Property

Definition

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

ConfigureHostCallback

Gets or sets the delegate that provides a way to override the IHostApplicationBuilder defaults set up by ConfigureHost(Test).

Action<IHostApplicationBuilder> ConfigureHostCallback { get; set; }

Property Value

Action<IHostApplicationBuilder>

The delegate that provides a way to override the IHostApplicationBuilder.