Interface ITestMessage
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
Base interface for all messages related to tests.
public interface ITestMessage : ITestCaseMessage, ITestMethodMessage, ITestClassMessage, ITestCollectionMessage, ITestAssemblyMessage, IMessageSinkMessage, IJsonSerializable
- Inherited Members
Properties
- TestUniqueID
Gets the test's unique ID. Can be used to correlate test messages with the appropriate test that they're related to.