Property MethodDisplayOptions
- Namespace
- Xunit.Runners
- Assembly
- xunit.v3.runner.utility.netfx.dll
MethodDisplayOptions
Indicates how to interpret test method names for display. If unset (or set
to null), will use the value from the configuration file (and if that
isn't set, will use the default value of None).
public TestMethodDisplayOptions? MethodDisplayOptions { get; set; }