Interface ITestCaseMessage
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
Base interface for all messages related to test cases.
public interface ITestCaseMessage : ITestMethodMessage, ITestClassMessage, ITestCollectionMessage, ITestAssemblyMessage, IMessageSinkMessage, IJsonSerializable
- Inherited Members
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.