Property DisplayName
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
DisplayName
Gets the name of the test to be used when the test is skipped. When null
is returned, will cause a default display name to be used.
string? DisplayName { get; }
Gets the name of the test to be used when the test is skipped. When null
is returned, will cause a default display name to be used.
string? DisplayName { get; }