Table of Contents

Interface ITestFinished

Namespace
Xunit.Sdk

This message indicates that a test has finished executing.

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

Properties

Attachments

Gets any attachments that were added to the test result via Xunit.TestContext.AddAttachment.

IReadOnlyDictionary<string, TestAttachment> Attachments { get; }

Property Value

IReadOnlyDictionary<string, TestAttachment>