C# Class UCosmic.Www.Mvc.CollectionSteps

Inheritance: BaseStepDefinition
Mostra file Open project: ucosmic/UCosmicPreview

Private Methods

Method Description
ClickLinkInList ( string itemText, string fieldLabel ) : void
ClickLinkInNumberedListItem ( string linkText, int itemNumber, string fieldLabel ) : void
DoNotSeeItemInList ( string unexpectedValue, string fieldLabel ) : void
RemoveItemFromList ( string itemText, string fieldLabel ) : void
SeeItemInList ( string expectedValue, string fieldLabel ) : void
SeeLinkInNumberedListItem ( string linkText, int itemNumber, string fieldLabel ) : void
SeeTextFieldInNumberedListItem ( string textLabel, int itemNumber, string collectionLabel ) : void
TypeIntoTextFieldInNumberedListItem ( string textToType, string textLabel, int itemNumber, string collectionLabel ) : void