Interface ITestMessage
Base interface for all messages related to tests.
public interface ITestMessage : ITestCaseMessage, ITestMethodMessage, ITestClassMessage, ITestCollectionMessage, ITestAssemblyMessage, IMessageSinkMessage, IJsonSerializable
- Inherited Members
- Extension Methods
Properties
TestUniqueID
Gets the test's unique ID. Can be used to correlate test messages with the appropriate test that they're related to.
string TestUniqueID { get; }