Table of Contents

Property TestCaseUniqueID

Namespace
Xunit.v3
Assembly
xunit.v3.core.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

string