ChutzpahAliases Class

Summary

Contains functionality related to running javascript unit tests using Chutzpah.
Assembly
Cake.Chutzpah.dll
Namespace
Cake.Chutzpah
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["ChutzpahAliases"] class Type type-node

Syntax

public static class ChutzpahAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
Chutzpah(ICakeContext, 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).
static

Extension Methods

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