Table of Contents

Class BlockingManagedWebHostFixture

Namespace
Codebelt.Extensions.Xunit.Hosting.AspNetCore
Assembly
Codebelt.Extensions.Xunit.Hosting.AspNetCore.dll

Extends the default implementation of the IWebHostFixture interface to be synchronous e.g., blocking where exceptions can be captured.

public sealed class BlockingManagedWebHostFixture : ManagedWebHostFixture, IAsyncLifetime, IWebHostFixture, IGenericHostFixture, IHostFixture, IConfigurationTest, IEnvironmentTest, IDisposable, IAsyncDisposable, IPipelineTest
Inheritance
BlockingManagedWebHostFixture
Implements
IAsyncLifetime
Inherited Members
Extension Methods

Constructors

BlockingManagedWebHostFixture()

Initializes a new instance of the BlockingManagedWebHostFixture class.

public BlockingManagedWebHostFixture()

See Also