Property DisplayName
- Namespace
- Xunit
- 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.
public string? DisplayName { get; set; }