Summary
Contains functionality related to running VSTest unit tests.
- Namespace
- Cake
.Common .Tools .VSTest - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["VSTestAliases"]
class Type type-node
Syntax
[CakeAliasCategory("VSTest")]
public static class VSTestAliases
Attributes
Type | Description |
---|---|
Cake |
An attribute used for documentation of alias methods/properties. |
Methods
Name | Value | Summary |
---|---|---|
VSTest |
void |
Runs all VSTest unit tests in the assemblies matching the specified pattern.
static
|
VSTest |
void |
Runs all VSTest unit tests in the assemblies matching the specified pattern.
static
|
VSTest |
void |
Runs all VSTest unit tests in the specified assemblies.
static
|
VSTest |
void |
Runs all VSTest unit tests in the specified assemblies.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|