Enum TestMethodDisplay
Indicates the default display name format for test methods.
public enum TestMethodDisplay
- Extension Methods
Fields
ClassAndMethod = 1Use a fully qualified name (namespace + class + method)
Method = 2Use just the method name (without class)