C# Class OpenQA.Selenium.CookieImplementationTest

Inheritance: DriverTestFixture
Afficher le fichier Open project: epall/selenium

Méthodes publiques

Méthode Description
ShouldThrowExceptionWhenAddingCookieToNonExistingDomain ( ) : void

Private Methods

Méthode Description
AddCookiesWithDifferentPathsThatAreRelatedToOurs ( ) : void
CanSetCookiesOnADifferentPathOfTheSameHost ( ) : void
CookieIntegrity ( ) : void
DeleteAllCookies ( ) : void
DeleteCookieWithName ( ) : void
GetAllCookies ( ) : void
GetCookieDoesNotRetriveBeyondCurrentDomain ( ) : void
GotoValidDomainAndClearCookies ( ) : string
ShouldAddCookieToCurrentDomain ( ) : void
ShouldAddCookieToCurrentDomainAndPath ( ) : void
ShouldBeAbleToAddCookie ( ) : void
ShouldBeAbleToAddToADomainWhichIsRelatedToTheCurrentDomain ( ) : void
ShouldBeAbleToIncludeLeadingPeriodInDomainName ( ) : void
ShouldBeAbleToSetDomainToTheCurrentDomain ( ) : void
ShouldDeleteCookie ( ) : void
ShouldGetCookieByName ( ) : void
ShouldIgnoreThePortNumberOfTheHostWhenSettingTheCookie ( ) : void
ShouldNotBeAbleToSetDomainToSomethingThatIsUnrelatedToTheCurrentDomain ( ) : void
ShouldNotDeleteCookiesWithASimilarName ( ) : void
ShouldNotShowCookieAddedToDifferentDomain ( ) : void
ShouldNotShowCookieAddedToDifferentPath ( ) : void
ShouldWalkThePathToDeleteACookie ( ) : void

Method Details

ShouldThrowExceptionWhenAddingCookieToNonExistingDomain() public méthode