C# Class Coypu.AcceptanceTests.WaitAndRetryExamples

ファイルを表示 Open project: featurist/coypu

Protected Properties

Property Type Description
browser BrowserSession

Protected Methods

Method Description
ApplyAsyncDelay ( ) : void
ReloadTestPage ( ) : void
ReloadTestPageWithDelay ( ) : void
TestPageLocation ( string page ) : string

Private Methods

Method Description
SetUp ( ) : void
SetUpFixture ( ) : void
TearDown ( ) : void

Method Details

ApplyAsyncDelay() protected method

protected ApplyAsyncDelay ( ) : void
return void

ReloadTestPage() protected method

protected ReloadTestPage ( ) : void
return void

ReloadTestPageWithDelay() protected method

protected ReloadTestPageWithDelay ( ) : void
return void

TestPageLocation() protected static method

protected static TestPageLocation ( string page ) : string
page string
return string

Property Details

browser protected_oe property

protected BrowserSession browser
return BrowserSession