ChutzpahRunner.

Run(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
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