ChutzpahBrowser Class

Summary

Options to launch tests in browser
Assembly
Cake.Chutzpah.dll
Namespace
Cake.Chutzpah
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["ChutzpahBrowser"] class Type type-node

Syntax

public sealed class ChutzpahBrowser : Enum

Fields

Name Constant Value Summary
Chrome 4
Launch in Chrome
static
DefaultBrowser 1
Launch in default browser
static
Firefox 3
Launch in Firefox
static
IE 2
Launch in Internet Explorer
static
None 0
Do not launch in browser
static
value__

Extension Methods

Name Value Summary
Dump<ChutzpahBrowser>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<ChutzpahBrowser>(ChutzpahBrowser[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<ChutzpahBrowser>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<ChutzpahBrowser>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<ChutzpahBrowser>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<ChutzpahBrowser>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin