Summary
Runs the tests in the specified assemblies, using the specified settings.
- Namespace
- Cake
.Common .Tools .NUnit - Containing Type
- NUnitRunner
Syntax
public void Run(IEnumerable<FilePath> assemblyPaths, NUnitSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| assemblyPaths | IEnumerable |
The assembly paths. |
| settings | NUnitSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| void |
