C# Class Dev2.Studio.UI.Specs.WorkflowSteps

Inheritance: Dev2.Studio.UI.Tests.UIMapBase
Datei anzeigen Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
InitSpec ( ) : void

Private Methods

Method Description
CleanupAfterTest ( ) : void
DragAndDropToPoint ( string dragItemAutoIds, string dragDestinationAutoIds, Point point ) : void
DragAndDropToStartPoint ( string dragItemAutoIds, string dragDestinationAutoIds, Point point ) : void
GetAControlRelaxed ( string automationIds, bool throwIfMultiple = false ) : UITestControl
GetAControlStrict ( string automationIds ) : UITestControl
GetCorrect ( string automationIds ) : string
GetPoints ( string points ) : List
GetStartUiTestControl ( string &correctedAutoIds ) : UITestControl
GivenAllTabsAreClosed ( ) : void
GivenContainsText ( string automationIds, string text ) : void
GivenHasText ( string automationIds, string text ) : void
GivenIClearTable ( string automationIds ) : void
GivenIClick ( string automationIds ) : void
GivenIClickNew ( string p0 ) : void
GivenIClickPointOn ( string points, string automationIds ) : void
GivenICreateANewRemoteConnectionAs ( string serverName, TechTalk.SpecFlow.Table table ) : void
GivenICreateANewRemoteConnectionAsInDeployDestination ( string serverName, TechTalk.SpecFlow.Table table ) : void
GivenIDoubleClickPointOn ( string points, string automationIds ) : void
GivenIHaveWarewolfRunning ( ) : void
GivenIRightClickPointOn ( string points, string automationIds ) : void
GivenIStartServerAsWithPassword ( string userName, string password ) : void
GivenIStartStudioAsWithPassword ( string userName, string password ) : void
GivenITypeIn ( string textToSend, string automationIds ) : void
GivenIWaitForSeconds ( int seconds ) : void
GivenIsChecked ( string automationIds ) : void
GivenIsUnchecked ( string automationIds ) : void
GivenIsVisibleTime ( string itemToFindAutoIds, int p1 ) : void
PlaybackOnPlaybackError ( object sender, PlaybackErrorEventArgs playbackErrorEventArgs ) : void
RunSpecifiedFileWithUserNameAndPassword ( string userName, string password, string fileLocation, int timeOut ) : void
SetupForTest ( ) : void
ThenANewTabIsCreated ( ) : void
ThenContains ( string p0, TechTalk.SpecFlow.Table table ) : void
ThenDebugContains ( Table table ) : void
ThenIRightClick ( string automationIds ) : void
ThenIsDisabled ( string itemToFindAutoIds ) : void
ThenIsDisabledWithinSeconds ( string itemToFindAutoIds, int seconds ) : void
ThenIsEnabled ( string itemToFindAutoIds ) : void
ThenIsEnabledWithinSeconds ( string itemToFindAutoIds, int seconds ) : void
ThenIsInTheExplorer ( string resourceName ) : void
ThenIsInvisibleWithinSeconds ( string itemToFindAutoIds, int seconds ) : void
ThenIsNotInTheExplorer ( string resourceName ) : void
ThenIsNotVisible ( string itemToFindAutoIds ) : void
ThenIsVisible ( string itemToFindAutoIds ) : void
ThenIsVisibleWithinSeconds ( string itemToFindAutoIds, int seconds ) : void
ThenStartNodeIsVisible ( ) : void
ThenTheTabNameContains ( string p0 ) : void
ThenWaitForSeconds ( int seconds ) : void
ValidateEnableState ( string itemToFindAutoIds, int seconds, bool enableState ) : void
WaitForUIControlExistance ( Type T, int timeout ) : void
WhenIClickNew ( string type ) : void
WhenICreateADatabaseService ( string serviceName ) : void
WhenICreateANewDatabaseSource ( string sourceName ) : void
WhenIDebugIn ( string workflowName, string folderName ) : void
WhenIDoubleClick ( string itemToDoubleClickAutoIds ) : void
WhenIDragOnA ( string p0 ) : void
WhenIDragOnto ( string dragItemAutoIds, string dragDestinationAutoIds ) : void
WhenIDragToPointOn ( string dragItemAutoIds, string point, string dragDestinationAutoIds ) : void
WhenIEnterIntoThe ( string p0, Table table ) : void
WhenISendTo ( string textToSend, string automationIds ) : void
WhenIsHighlighted ( string p0 ) : void
WhenTheNewDatabaseServiceWizardIsVisible ( ) : void

Method Details

InitSpec() public static method

public static InitSpec ( ) : void
return void