MSpec aliases

Built-In

Contains functionality related to running Machine.Specifications tests.

In order to use the commands for this alias, include the following in your build.cake file to download and install from nuget.org, or specify the ToolPath within the MSpecSettings class:

#tool "nuget:?package=Machine.Specifications.Runner.Console"

General

MSpec(GlobPattern, MSpecSettings) Runs all MSpec tests in the assemblies matching the specified pattern.
MSpec(GlobPattern) Runs all MSpec tests in the assemblies matching the specified pattern.
MSpec(IEnumerable<FilePath>, MSpecSettings) Runs all MSpec tests in the specified assemblies.
MSpec(IEnumerable<FilePath>) Runs all MSpec tests in the specified assemblies.
MSpec(IEnumerable<string>, MSpecSettings) Runs all MSpec tests in the specified assemblies.
MSpec(IEnumerable<string>) Runs all MSpec tests in the specified assemblies.