C# Class SePSXUnitTests.FakeNavigation

Description of FakeNavigation.
Inheritance: INavigation
Datei anzeigen Open project: apetrovskiy/STUPS Class Usage Examples

Private Properties

Property Type Description
revertToPreviousState void
saveCurrentState void
swap void

Public Methods

Method Description
Back ( ) : void
FakeNavigation ( FakeWebDriver driver ) : System
Forward ( ) : void
GoToUrl ( Uri url ) : void
GoToUrl ( string url ) : void
Refresh ( ) : void

Private Methods

Method Description
revertToPreviousState ( ) : void
saveCurrentState ( ) : void
swap ( string &str1, string str2 ) : void

Method Details

Back() public method

public Back ( ) : void
return void

FakeNavigation() public method

public FakeNavigation ( FakeWebDriver driver ) : System
driver FakeWebDriver
return System

Forward() public method

public Forward ( ) : void
return void

GoToUrl() public method

public GoToUrl ( Uri url ) : void
url System.Uri
return void

GoToUrl() public method

public GoToUrl ( string url ) : void
url string
return void

Refresh() public method

public Refresh ( ) : void
return void