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