Table of Contents

Class SelfManagedMinimalHostFixture

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

Represents a self-managed implementation of the ManagedMinimalHostFixture class.

public sealed class SelfManagedMinimalHostFixture : ManagedMinimalHostFixture, IAsyncLifetime, IMinimalHostFixture, IHostFixture, IConfigurationTest, IEnvironmentTest, IDisposable, IAsyncDisposable
Inheritance
SelfManagedMinimalHostFixture
Implements
IAsyncLifetime
Inherited Members
Extension Methods

Constructors

SelfManagedMinimalHostFixture()

Initializes a new instance of the SelfManagedMinimalHostFixture class.

public SelfManagedMinimalHostFixture()

Remarks

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