DotNetTestSettings class

Settings for running .NET tests.

public sealed class DotNetTestSettings

Public Members

name description
DotNetTestSettings() The default constructor.
FindAssemblies { get; set; } Called to find the test assemblies.
FindProjects { get; set; } Called to find the projects to test.
RunTests { get; set; } Called to run tests on the specified solution, project, or assembly.
UseParallel { get; set; } True to run tests on multiple projects or assemblies in parallel.
Clone() Clones the settings.

See Also