Summary
Tests the project using the specified path with arguments and settings.
- Namespace
- Cake
.Common .Tools .DotNet .VSTest - Containing Type
- DotNetVSTester
Syntax
public void Test(IEnumerable<FilePath> testFiles, DotNetVSTestSettings settings)
Parameters
Name | Type | Description |
---|---|---|
testFiles | IEnumerable |
A list of test files to run. |
settings | DotNetVSTestSettings | The settings. |
Return Value
Type | Description |
---|---|
void |