C# Class AccountManagement.Specs.Steps.PageInteraction

Show file Open project: mustafamg/AccountManager

Public Methods

Method Description
PageInteraction ( WatiN.Core.IE browser ) : System

Private Methods

Method Description
GivenIHaveFilledOutTheFormAsFollows ( TechTalk table ) : void
ThenIShouldSeeForm ( string formId ) : void
ThenIShouldSeeMessage ( string message ) : void
ThenIShouldSeeMessage_ ( string message, string messageText ) : void
ThenIShouldSeeTheFollowingData ( TechTalk table ) : void
ThenIShouldSeeTheFollowingDataEditable ( TechTalk table ) : void
ThenIShouldSeeTheUpdatedData ( TechTalk table ) : void
WhenIClickOnLink ( string linkId ) : void
WhenIPressOn ( string buttonLabel ) : void
WhenIUpdateTheFollowingData ( TechTalk table ) : void

Method Details

PageInteraction() public method

public PageInteraction ( WatiN.Core.IE browser ) : System
browser WatiN.Core.IE
return System