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).
- Assembly
- Cake
.Chutzpah .dll - Namespace
- Cake
.Chutzpah - Containing Type
- ChutzpahRunner
Syntax
public void Run(Path testPath = null, ChutzpahSettings settings = null)
Parameters
Name | Type | Description |
---|---|---|
testPath | Path | The Path to the file that should be tested. |
settings | ChutzpahSettings | The settings to use when executing Chutzpah. |
Return Value
Type | Description |
---|---|
void |