Summary
Runs the tests in the specified assembly.
- Namespace
- Cake
.Common .Tools .VSTest - Containing Type
- VSTestRunner
Syntax
public void Run(IEnumerable<FilePath> assemblyPaths, VSTestSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| assemblyPaths | IEnumerable |
The assembly path. |
| settings | VSTestSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| void |
