Table of Contents

Property TestUniqueID

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.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; }

Property Value

string

Remarks

Note: Will be UnsetStringPropertyValue if there was no value provided during deserialization.