Table of Contents

Class ConfigUtility

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

Utilities for reading configuration values.

public static class ConfigUtility
Inheritance
ConfigUtility
Inherited Members

Fields

MultiplierStyleMaxParallelThreadsRegex

Gets the regular expression that matches the multiplier-style value for maximum parallel threads (that is, '0.5x', '2x', etc.).

public static readonly Regex MultiplierStyleMaxParallelThreadsRegex

Field Value

Regex