Table of Contents

Method DisposeAsync

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

DisposeAsync()

Disposes all the objects that were added to the disposal tracker, in the reverse order of which they were added. For any object which implements both IDisposable and IAsyncDisposable we will favor DisposeAsync() and not call Dispose().

public ValueTask DisposeAsync()

Returns

ValueTask