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