Table of Contents

Property TestDisplayName

Namespace
Xunit
Assembly
xunit.v3.core.dll

TestDisplayName

Gets the display name for the test (replacing the default behavior, which would be to use TestDisplayName or DisplayName, or falling back to the default test display name based on TestMethodDisplay and TestMethodDisplayOptions in the configuration file).

public string? TestDisplayName { get; set; }

Property Value

string