Property MethodDisplay
- Namespace
- Xunit.Runners
- Assembly
- xunit.v3.runner.utility.netfx.dll
MethodDisplay
Indicates how to display test methods. 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 ClassAndMethod).
public TestMethodDisplay? MethodDisplay { get; set; }