Table of Contents

Property TestDisplayName

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

TestDisplayName

Gets the display name of the test.

public required string TestDisplayName { get; set; }

Property Value

string

Remarks

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