Enum TestMethodDisplay
Indicates the default display name format for test methods.
Namespace: Xunit.Sdk
Assembly: xunit.core.dll
Syntax
public enum TestMethodDisplay : int
Fields
Name | Description |
---|---|
ClassAndMethod | Use a fully qualified name (namespace + class + method) |
Method | Use just the method name (without class) |