C# Class UCosmic.Www.Mvc.TextFieldSteps

Inheritance: BaseStepDefinition
Mostra file Open project: ucosmic/UCosmicPreview

Private Methods

Method 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