Table of Contents

Interface ITestClassDisposeStarting

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

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

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