C# Class FluentWebUITesting.TestRunner

Inheritance: IBrowserProxy
Mostrar archivo Open project: mvbalaw/FluentWebUITesting Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

CloseBrowsers() public method

public CloseBrowsers ( ) : void
return void

Do() public method

public Do ( Action action ) : void
action Action
return void

PassesTest() public method

public PassesTest ( IEnumerable testSteps ) : FluentWebUITesting.Notification
testSteps IEnumerable
return FluentWebUITesting.Notification

TestRunner() public method

public TestRunner ( BrowserProvider browserProvider, BrowserSetUp browserSetUp ) : System
browserProvider BrowserProvider
browserSetUp BrowserSetUp
return System