Fixie aliases

Built-In

Contains functionality related to running Fixie 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 FixieSettings class:

#tool "nuget:?package=Fixie"

General

Fixie(GlobPattern, FixieSettings) Runs all Fixie tests in the assemblies matching the specified pattern, using the specified settings.
Fixie(GlobPattern) Runs all Fixie tests in the assemblies matching the specified pattern.
Fixie(IEnumerable<FilePath>, FixieSettings) Runs all Fixie tests in the specified assemblies, using the specified settings.
Fixie(IEnumerable<FilePath>) Runs all Fixie tests in the specified assemblies.
Fixie(IEnumerable<string>, FixieSettings) Runs all Fixie tests in the specified assemblies, using the specified settings.
Fixie(IEnumerable<string>) Runs all Fixie tests in the specified assemblies.