org.unitils.selenium
Class WebDriverModule.WebdriverTestlistener
java.lang.Object
org.unitils.core.TestListener
org.unitils.selenium.WebDriverModule.WebdriverTestlistener
- Enclosing class:
- WebDriverModule
public class WebDriverModule.WebdriverTestlistener
- extends org.unitils.core.TestListener
|
Method Summary |
void |
afterTestMethod(java.lang.Object testObject,
java.lang.reflect.Method testMethod,
java.lang.Throwable testThrowable)
|
void |
afterTestTearDown(java.lang.Object testObject,
java.lang.reflect.Method testMethod)
|
void |
beforeTestSetUp(java.lang.Object testObject,
java.lang.reflect.Method testMethod)
|
| Methods inherited from class org.unitils.core.TestListener |
afterCreateTestObject, beforeTestClass, beforeTestMethod, shouldInvokeTestMethod |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebDriverModule.WebdriverTestlistener
public WebDriverModule.WebdriverTestlistener()
beforeTestSetUp
public void beforeTestSetUp(java.lang.Object testObject,
java.lang.reflect.Method testMethod)
- Overrides:
beforeTestSetUp in class org.unitils.core.TestListener
afterTestMethod
public void afterTestMethod(java.lang.Object testObject,
java.lang.reflect.Method testMethod,
java.lang.Throwable testThrowable)
- Overrides:
afterTestMethod in class org.unitils.core.TestListener
- See Also:
TestListener.afterTestMethod(java.lang.Object, java.lang.reflect.Method, java.lang.Throwable)
afterTestTearDown
public void afterTestTearDown(java.lang.Object testObject,
java.lang.reflect.Method testMethod)
- Overrides:
afterTestTearDown in class org.unitils.core.TestListener
- See Also:
TestListener.afterTestTearDown(java.lang.Object, java.lang.reflect.Method)
Copyright © 2015. All Rights Reserved.