Enum TestMethodDisplayOptions
Indicates the method display options for test methods.
Namespace: Xunit
Assembly: xunit.runner.utility.dll
Syntax
[Flags]
public enum TestMethodDisplayOptions
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.
|
||||||
UseOperatorMonikers | Replace well-known monikers with their equivalent operator. |