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