Table of Contents

Class SelfManagedWebHostFixture

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

Represents a self-managed implementation of the ManagedWebHostFixture class.

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

Constructors

SelfManagedWebHostFixture()

Initializes a new instance of the SelfManagedWebHostFixture class.

public SelfManagedWebHostFixture()

Remarks

This constructor sets the AsyncHostRunnerCallback to a no-op asynchronous delegate.