MSpecAliases.

MSpec(ICakeContext, GlobPattern) Method

Summary

Runs all MSpec tests in the assemblies matching the specified pattern.
Namespace
Cake.Common.Tools.MSpec
Containing Type
MSpecAliases

Syntax

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

Examples

MSpec("./src/**/bin/Release/*.Tests.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