Class
Settings.DesktopSettings

Definition

Namespace:ArtOfTest.WebAii.Core

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
[DataContract]
public class Settings.DesktopSettings

Inheritance: objectSettings.DesktopSettings

Constructors

DesktopSettings()

Declaration

cs-api-definition
public DesktopSettings()

DesktopSettings(DesktopSettings)

Create a clone of the passed in settings

Declaration

cs-api-definition
public DesktopSettings(Settings.DesktopSettings settingsToClone)

Parameters

settingsToClone

Settings.DesktopSettings

DesktopSettings(DesktopSettingsConfigSectionHandler)

Create a new Settings object from a config section.

Declaration

cs-api-definition
public DesktopSettings(DesktopSettingsConfigSectionHandler sectionHandler)

Parameters

sectionHandler

DesktopSettingsConfigSectionHandler

The config section handler that contains the settings.

DesktopSettings(string)

Create a new Settings.Desktop object.

Declaration

cs-api-definition
public DesktopSettings(string defaultApplicationPath)

Parameters

defaultApplicationPath

string

The default application path to use

Properties

DefaultApplicationArgs

Gets/Sets the default application arguments to be used in Desktop tests.

Declaration

cs-api-definition
[DataMember]
public string DefaultApplicationArgs { get; set; }

Property Value

string

DefaultApplicationPath

Gets/Sets the default application path to be used in Desktop tests. Represents the default application path for the Desktop tests. Once set each test will by default use that path for recording and execution unless one unchecks the "Use default path" option in the Desktop test configuration dialog.

Declaration

cs-api-definition
[DataMember]
public string DefaultApplicationPath { get; set; }

Property Value

string

DefaultApplicationWorkingFolder

Gets/Sets the default application working folder to be used in Desktop tests.

Declaration

cs-api-definition
[DataMember]
public string DefaultApplicationWorkingFolder { get; set; }

Property Value

string