ChutzpahAliases.

Chutzpah(ICakeContext, Path, ChutzpahSettings) Method

Summary

Runs tests in the specified testFile (or in the working directory if null) with the specified settings (or default settings if null).
Assembly
Cake.Chutzpah.dll
Namespace
Cake.Chutzpah
Containing Type
ChutzpahAliases

Syntax

public static void Chutzpah(this ICakeContext context, Path testPath = null, ChutzpahSettings settings = null)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
testPath Path The path containing tests.
settings ChutzpahSettings The settings.

Return Value

Type Description
void