C# Class Dev2.Studio.UI.Tests.UIMaps.FeedbackUIMap

Inheritance: UIMapBase
Exibir arquivo Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
ClickStartStopRecordingButton ( ) : void
DoesFeedbackWindowExist ( ) : bool
DoesRecordedFeedbackWindowExist ( ) : bool
FeedbackWindow_ClickCancel ( ) : void
FeedbackWindow_ClickOpenDefaultEmail ( ) : void

Private Methods

Method Description
FeedbackWindow_CancelButton ( ) : WpfButton
FeedbackWindow_OpenDefaultEmailButton ( ) : WpfButton
GetFeedbackWindow ( ) : WpfWindow
GetRecordedFeedbackWindow ( ) : WinWindow

RecordedFeedbackWindowExists

StartRecordingButtonPoint ( ) : Point

Method Details

ClickStartStopRecordingButton() public method

public ClickStartStopRecordingButton ( ) : void
return void

DoesFeedbackWindowExist() public method

public DoesFeedbackWindowExist ( ) : bool
return bool

DoesRecordedFeedbackWindowExist() public method

public DoesRecordedFeedbackWindowExist ( ) : bool
return bool

FeedbackWindow_ClickCancel() public method

public FeedbackWindow_ClickCancel ( ) : void
return void

FeedbackWindow_ClickOpenDefaultEmail() public method

public FeedbackWindow_ClickOpenDefaultEmail ( ) : void
return void