Property TestDisplayName
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
TestDisplayName
Gets the test display name for the test (replacing the default behavior, which would be to use DisplayName, or falling back to generating display names based on TestMethodDisplay and TestMethodDisplayOptions).
string? TestDisplayName { get; }