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