DotNetVSTestSettings.

Parallel Property

Summary

Gets or sets a value indicating whether the tests should be executed in parallel.

Syntax

public bool Parallel { get; set; }

Remarks

By default up to all available cores on the machine may be used. The number of cores to use may be configured using a settings file.

Value

Type Description
bool