Enum ListFormat
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
Designates the format that the test list should take.
public enum ListFormat
Fields
Json = 0
Lists the information in JSON (machine readable) format
Text = 1
Lists the information in plain text (human readable) format