Show / Hide Table of Contents

Enum TestMethodDisplayOptions

Indicates the method display options for test methods.

Namespace: Xunit.Sdk
Assembly: xunit.core.dll
Syntax
public enum TestMethodDisplayOptions : int

Fields

Name Description
All

Enables all method display options.

None

Indicates no additional method display options.

ReplacePeriodWithComma

Replaces the period delimiter used in namespace and type references with a comma.

ReplaceUnderscoreWithSpace

Replace underscores in display names with a space.

UseEscapeSequences

Replace supported escape sequences with their equivalent character.

EncodingFormat
ASCIIX hex-digit hex-digit (ex: X2C)
UnicodeU hex-digit hex-digit hex-digit hex-digit (ex: U00A9)
UseOperatorMonikers

Replace well-known monikers with their equivalent operator.

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