ClassSettings.DesktopSettings
Definition
Namespace:ArtOfTest.WebAii.Core
Assembly:ArtOfTest.WebAii.dll
Syntax:
[DataContract]
public class Settings.DesktopSettings
Inheritance: objectSettings.DesktopSettings
Constructors
DesktopSettings()
Declaration
public DesktopSettings()
DesktopSettings(DesktopSettings)
Create a clone of the passed in settings
Declaration
public DesktopSettings(Settings.DesktopSettings settingsToClone)
Parameters
settingsToClone
DesktopSettings(DesktopSettingsConfigSectionHandler)
Create a new Settings object from a config section.
Declaration
public DesktopSettings(DesktopSettingsConfigSectionHandler sectionHandler)
Parameters
sectionHandler
DesktopSettingsConfigSectionHandler
The config section handler that contains the settings.
DesktopSettings(string)
Create a new Settings.Desktop object.
Declaration
public DesktopSettings(string defaultApplicationPath)
Parameters
defaultApplicationPath
The default application path to use
Properties
DefaultApplicationArgs
Gets/Sets the default application arguments to be used in Desktop tests.
Declaration
[DataMember]
public string DefaultApplicationArgs { get; set; }
Property Value
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
[DataMember]
public string DefaultApplicationPath { get; set; }
Property Value
DefaultApplicationWorkingFolder
Gets/Sets the default application working folder to be used in Desktop tests.
Declaration
[DataMember]
public string DefaultApplicationWorkingFolder { get; set; }
Property Value