Property TestCaseUniqueID
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.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.
public required string TestCaseUniqueID { get; set; }
Property Value
Remarks
Note: Will be UnsetStringPropertyValue if there was no value provided during deserialization.