Table of Contents

Enum TestMethodDisplay

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

Indicates the default display name format for test methods.

public enum TestMethodDisplay

Fields

ClassAndMethod = 1

Use a fully qualified name (namespace + class + method)

Method = 2

Use just the method name (without class)