C# Class SePSXUnitTests.FakeNavigation

Description of FakeNavigation.
Inheritance: INavigation
Afficher le fichier Open project: apetrovskiy/STUPS Class Usage Examples

Private Properties

Свойство Type Description
revertToPreviousState void
saveCurrentState void
swap void

Méthodes publiques

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

Private Methods

Méthode Description
revertToPreviousState ( ) : void
saveCurrentState ( ) : void
swap ( string &str1, string str2 ) : void

Method Details

Back() public méthode

public Back ( ) : void
Résultat void

FakeNavigation() public méthode

public FakeNavigation ( FakeWebDriver driver ) : System
driver FakeWebDriver
Résultat System

Forward() public méthode

public Forward ( ) : void
Résultat void

GoToUrl() public méthode

public GoToUrl ( Uri url ) : void
url System.Uri
Résultat void

GoToUrl() public méthode

public GoToUrl ( string url ) : void
url string
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void