Property TestCaseUniqueID
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
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; }