Table of Contents

Class SelfManagedWebMinimalHostFixture

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

Represents a self-managed implementation of the ManagedMinimalHostFixture class.

public sealed class SelfManagedWebMinimalHostFixture : ManagedWebMinimalHostFixture, IAsyncLifetime, IWebMinimalHostFixture, IMinimalHostFixture, IHostFixture, IConfigurationTest, IEnvironmentTest, IDisposable, IAsyncDisposable, IPipelineTest
Inheritance
SelfManagedWebMinimalHostFixture
Implements
IAsyncLifetime
Inherited Members
Extension Methods

Constructors

SelfManagedWebMinimalHostFixture()

Initializes a new instance of the SelfManagedWebMinimalHostFixture class.

public SelfManagedWebMinimalHostFixture()

Remarks

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