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