ChutzpahRunner Class

Summary

The Chutzpah Runner.
Assembly
Cake.Chutzpah.dll
Namespace
Cake.Chutzpah
Base Types
graph BT Type-->Base0["Tool<ChutzpahSettings>"] Type["ChutzpahRunner"] class Type type-node

Syntax

public class ChutzpahRunner : Tool<ChutzpahSettings>

Constructors

Properties

Name Value Summary
Name string
Gets the name.
ToolExecutableNames IEnumerable<string>
Gets the tool executable names.

Methods

Name Value Summary
GetToolExecutableNames() IEnumerable<string>
Gets the possible names of the tool executable.
GetToolName() string
Gets the name of the tool.
Run(Path, ChutzpahSettings) void
Runs tests in the specified testFile (or in the working directory if null) with the specified settings (or default settings if null).

Extension Methods

Name Value Summary
Dump<ChutzpahRunner>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<ChutzpahRunner>(ChutzpahRunner[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<ChutzpahRunner>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<ChutzpahRunner>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<ChutzpahRunner>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<ChutzpahRunner>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin