Settings for running .NET tests.
public sealed class DotNetTestSettings
| 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. |
| GetLogger { get; set; } | Get the logger for the specified project. |
| 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. |