C# Class UCosmic.Www.Mvc.TextFieldSteps

Inheritance: BaseStepDefinition
Afficher le fichier Open project: ucosmic/UCosmicPreview

Private Methods

Méthode Description
DoNotSeeTextField ( string fieldLabel ) : void
DoNotSeeValueInTextField ( string unexpectedValue, string fieldLabel ) : void
DoNotTypeIntoTextField ( string textToType, string fieldLabel ) : void
EnsureTextFieldIsNotReadOnly ( string fieldLabel ) : void
EnsureTextFieldIsReadOnly ( string fieldLabel ) : void
SeeTextField ( string fieldLabel ) : void
SeeValueInTextField ( string expectedValue, string fieldLabel ) : void
TypeIntoTextField ( string textToType, string fieldLabel ) : void