MSTestAliases.

MSTest(ICakeContext, GlobPattern) Method

Summary

Runs all MSTest unit tests in the assemblies matching the specified pattern.
Namespace
Cake.Common.Tools.MSTest
Containing Type
MSTestAliases

Syntax

[CakeMethodAlias]
public static void MSTest(this ICakeContext context, GlobPattern pattern)

Examples

MSTest("./Tests/*.UnitTests.dll");

Attributes

Type Description
CakeMethodAliasAttribute An attribute used to mark script method aliases.

Parameters

Name Type Description
context ICakeContext The context.
pattern GlobPattern The pattern.

Return Value

Type Description
void