Table of Contents

Class SelfManagedHostFixture

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

Represents a self-managed implementation of the ManagedHostFixture class.

public sealed class SelfManagedHostFixture : ManagedHostFixture, IAsyncLifetime, IGenericHostFixture, IHostFixture, IConfigurationTest, IEnvironmentTest, IDisposable, IAsyncDisposable
Inheritance
SelfManagedHostFixture
Implements
IAsyncLifetime
Inherited Members
Extension Methods

Constructors

SelfManagedHostFixture()

Initializes a new instance of the SelfManagedHostFixture class.

public SelfManagedHostFixture()

Remarks

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