This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Chutzpah.
Summary
Runs tests in the specified testFile (or in the working directory if null) with the specified settings (or default
settings if null).
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