Show / Hide Table of Contents

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)

  • Improve this Doc
  • View Source
Back to top Generated by DocFX