VSTestAliases Class

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
CakeAliasCategoryAttribute An attribute used for documentation of alias methods/properties.

Methods

Name Value Summary
VSTest(ICakeContext, GlobPattern, VSTestSettings) void
Runs all VSTest unit tests in the assemblies matching the specified pattern.
static
VSTest(ICakeContext, GlobPattern) void
Runs all VSTest unit tests in the assemblies matching the specified pattern.
static
VSTest(ICakeContext, IEnumerable<FilePath>, VSTestSettings) void
Runs all VSTest unit tests in the specified assemblies.
static
VSTest(ICakeContext, IEnumerable<FilePath>) void
Runs all VSTest unit tests in the specified assemblies.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin