C# 클래스 OpenQA.Selenium.CookieImplementationTest

파일 보기 프로젝트 열기: epall/selenium

공개 메소드들

메소드 설명
ShouldThrowExceptionWhenAddingCookieToNonExistingDomain ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ShouldThrowExceptionWhenAddingCookieToNonExistingDomain() 공개 메소드