Table of Contents

Interface IAsyncLifetime

Namespace
Xunit
Assembly
xunit.v3.core.dll

Used to provide asynchronous lifetime functionality. Currently supported:

public interface IAsyncLifetime : IAsyncDisposable
Inherited Members

Methods

InitializeAsync()

Called immediately after the class has been created, before it is used.

ValueTask InitializeAsync()

Returns

ValueTask