C# Class OpenQA.Selenium.ElementAttributeTest

Inheritance: DriverTestFixture
Afficher le fichier Open project: asynchrony/Selenium2

Méthodes publiques

Méthode Description
ShouldCorrectlyReportValueOfColspan ( ) : void

Private Methods

Méthode Description
CanReturnATextApproximationOfTheStyleAttribute ( ) : void
ElementsShouldBeDisabledIfTheyAreDisabledUsingRandomDisabledStrings ( ) : void
ShouldGetNumericAtribute ( ) : void
ShouldIndicateTheElementsThatAreDisabledAreNotEnabled ( ) : void
ShouldIndicateWhenASelectIsDisabled ( ) : void
ShouldIndicateWhenATextAreaIsDisabled ( ) : void
ShouldReturnEmptyAttributeValuesWhenPresentAndTheValueIsActuallyEmpty ( ) : void
ShouldReturnNullWhenGettingSrcAttributeOfInvalidImgTag ( ) : void
ShouldReturnNullWhenGettingTheValueOfAnAttributeThatIsNotListed ( ) : void
ShouldReturnTheContentsOfATextAreaAsItsValue ( ) : void
ShouldReturnTheValueOfCheckedForACheckboxEvenIfItLacksThatAttribute ( ) : void
ShouldReturnTheValueOfSelectedForOptionsInSelectsEvenIfTheyLackThatAttribute ( ) : void
ShouldReturnTheValueOfSelectedForRadioButtonsEvenIfTheyLackThatAttribute ( ) : void
ShouldReturnTheValueOfTheDisabledAttributeAsFalseIfNotSet ( ) : void
ShouldReturnTheValueOfTheIndexAttrbuteEvenIfItIsMissing ( ) : void
ShouldReturnValueOfClassAttributeOfAnElement ( ) : void
ShouldReturnValueOfClassAttributeOfAnElementAfterSwitchingIFrame ( ) : void
ShouldReturnValueOfOnClickAttribute ( ) : void
ShouldThrowExceptionIfSendingKeysToElementDisabledUsingRandomDisabledStrings ( ) : void
ShouldTreatReadonlyAsAValue ( ) : void
testGetAttributeDoesNotReturnAnObjectForSvgProperties ( ) : void

Method Details

ShouldCorrectlyReportValueOfColspan() public méthode

public ShouldCorrectlyReportValueOfColspan ( ) : void
Résultat void