C# Class FluentWebUITesting.TestRunner

Inheritance: IBrowserProxy
Afficher le fichier Open project: mvbalaw/FluentWebUITesting Class Usage Examples

Méthodes publiques

Méthode Description
CloseBrowsers ( ) : void
Do ( Action action ) : void
PassesTest ( IEnumerable testSteps ) : FluentWebUITesting.Notification
TestRunner ( BrowserProvider browserProvider, BrowserSetUp browserSetUp ) : System

Private Methods

Méthode Description
CloseBrowserAfterTest ( ) : void
CloseWindows ( ) : void
Do ( Action action, IWebDriver browser ) : void
RunTest ( object steps, FluentWebUITesting.Notification &notification ) : void

Method Details

CloseBrowsers() public méthode

public CloseBrowsers ( ) : void
Résultat void

Do() public méthode

public Do ( Action action ) : void
action Action
Résultat void

PassesTest() public méthode

public PassesTest ( IEnumerable testSteps ) : FluentWebUITesting.Notification
testSteps IEnumerable
Résultat FluentWebUITesting.Notification

TestRunner() public méthode

public TestRunner ( BrowserProvider browserProvider, BrowserSetUp browserSetUp ) : System
browserProvider BrowserProvider
browserSetUp BrowserSetUp
Résultat System