Table of Contents

Interface ITestClassDisposeFinished

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

This message indicates that the Dispose() or DisposeAsync() method was just called on the test class for the test that just finished executing.

public interface ITestClassDisposeFinished : ITestMessage, ITestCaseMessage, ITestMethodMessage, ITestClassMessage, ITestCollectionMessage, ITestAssemblyMessage, IMessageSinkMessage, IJsonSerializable
Inherited Members