jdave.webdriver
Class WebDriverSpecRunner
java.lang.Object
org.junit.runner.Runner
jdave.webdriver.WebDriverSpecRunner
- All Implemented Interfaces:
- org.junit.runner.Describable
public class WebDriverSpecRunner
- extends org.junit.runner.Runner
- Author:
- Juha Karemo
|
Method Summary |
org.junit.runner.Description |
getDescription()
|
void |
run(org.junit.runner.notification.RunNotifier notifier)
|
| Methods inherited from class org.junit.runner.Runner |
testCount |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jDaveRunner
protected org.junit.runner.Runner jDaveRunner
webDriverFactory
protected WebDriverFactory webDriverFactory
browser
protected Browser browser
WebDriverSpecRunner
public WebDriverSpecRunner(Class<? extends Specification<?>> spec)
getDescription
public org.junit.runner.Description getDescription()
- Specified by:
getDescription in interface org.junit.runner.Describable- Specified by:
getDescription in class org.junit.runner.Runner
run
public void run(org.junit.runner.notification.RunNotifier notifier)
- Specified by:
run in class org.junit.runner.Runner
Copyright © 2010. All Rights Reserved.