Property TestClassUniqueID
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
TestClassUniqueID
Gets the test class's unique ID. Can be used to correlate test messages with the appropriate
test class that they're related to. Will be null
if the test did not originate from a class.
public required string? TestClassUniqueID { get; set; }