org.unitils.selenium.screenrecorder
Class ScreenRecordingModule.ScreenRecordingTestlistener

java.lang.Object
  extended by org.unitils.core.TestListener
      extended by org.unitils.selenium.screenrecorder.ScreenRecordingModule.ScreenRecordingTestlistener
Enclosing class:
ScreenRecordingModule

public class ScreenRecordingModule.ScreenRecordingTestlistener
extends org.unitils.core.TestListener


Constructor Summary
ScreenRecordingModule.ScreenRecordingTestlistener()
           
 
Method Summary
 void afterTestMethod(java.lang.Object testObject, java.lang.reflect.Method testMethod, java.lang.Throwable testThrowable)
           
 void beforeTestSetUp(java.lang.Object testObject, java.lang.reflect.Method testMethod)
           
 
Methods inherited from class org.unitils.core.TestListener
afterCreateTestObject, afterTestTearDown, beforeTestClass, beforeTestMethod, shouldInvokeTestMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenRecordingModule.ScreenRecordingTestlistener

public ScreenRecordingModule.ScreenRecordingTestlistener()
Method Detail

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


Copyright © 2015. All Rights Reserved.