Table of Contents

Interface ITestCaseMessage

Namespace
Xunit.Sdk

Base interface for all messages related to test cases.

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

Properties

TestCaseUniqueID

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

string TestCaseUniqueID { get; }

Property Value

string