FixieAliases Class

Summary

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"

Namespace
Cake.Common.Tools.Fixie
Base Types
  • object
graph BT Type-->Base0["object"] Type["FixieAliases"] class Type type-node

Syntax

[CakeAliasCategory("Fixie")]
public static class FixieAliases

Attributes

Type Description
CakeAliasCategoryAttribute An attribute used for documentation of alias methods/properties.

Methods

Name Value Summary
Fixie(ICakeContext, GlobPattern, FixieSettings) void
Runs all Fixie tests in the assemblies matching the specified pattern, using the specified settings.
static
Fixie(ICakeContext, GlobPattern) void
Runs all Fixie tests in the assemblies matching the specified pattern.
static
Fixie(ICakeContext, IEnumerable<FilePath>, FixieSettings) void
Runs all Fixie tests in the specified assemblies, using the specified settings.
static
Fixie(ICakeContext, IEnumerable<FilePath>) void
Runs all Fixie tests in the specified assemblies.
static
Fixie(ICakeContext, IEnumerable<string>, FixieSettings) void
Runs all Fixie tests in the specified assemblies, using the specified settings.
static
Fixie(ICakeContext, IEnumerable<string>) void
Runs all Fixie tests in the specified assemblies.
static

Extension Methods

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