Table of Contents

Interface IAfterTestFinished

Namespace
Xunit.Sdk

This message is sent during execution to indicate that the After method of a IBeforeAfterTestAttribute just finished executing.

public interface IAfterTestFinished : ITestMessage, ITestCaseMessage, ITestMethodMessage, ITestClassMessage, ITestCollectionMessage, ITestAssemblyMessage, IMessageSinkMessage, IJsonSerializable
Inherited Members
Extension Methods

Properties

AttributeName

Gets the fully qualified type name of the IBeforeAfterTestAttribute.

string AttributeName { get; }

Property Value

string