C# Class OpenQA.Selenium.ElementAttributeTest

Inheritance: DriverTestFixture
Show file Open project: asynchrony/Selenium2

Public Methods

Method Description
ShouldCorrectlyReportValueOfColspan ( ) : void

Private Methods

Method 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 method

public ShouldCorrectlyReportValueOfColspan ( ) : void
return void