Property TestUniqueID
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
TestUniqueID
Gets the test's unique ID. Can be used to correlate test messages with the appropriate test that they're related to.
public required string TestUniqueID { get; set; }
Gets the test's unique ID. Can be used to correlate test messages with the appropriate test that they're related to.
public required string TestUniqueID { get; set; }