Table of Contents

Interface ITestAssemblyMessage

Namespace
Xunit.Sdk

Base interface for all messages related to test assemblies.

public interface ITestAssemblyMessage : IMessageSinkMessage, IJsonSerializable
Inherited Members
Extension Methods

Properties

AssemblyUniqueID

Gets the assembly's unique ID. Can be used to correlate test messages with the appropriate assembly that they're related to.

string AssemblyUniqueID { get; }

Property Value

string