org.unitils.selenium.screenrecorder
Class ScreenRecordingModule
java.lang.Object
org.unitils.selenium.screenrecorder.ScreenRecordingModule
- All Implemented Interfaces:
- org.unitils.core.Module
public class ScreenRecordingModule
- extends java.lang.Object
- implements org.unitils.core.Module
This Module makes for each test a new video.
- Since:
- 1.0.8
- Author:
- Stijn Hooft
|
Field Summary |
protected static java.lang.String |
FACTORY_PATH
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FACTORY_PATH
protected static final java.lang.String FACTORY_PATH
- See Also:
- Constant Field Values
ScreenRecordingModule
public ScreenRecordingModule()
init
public void init(java.util.Properties configuration)
- Specified by:
init in interface org.unitils.core.Module
afterInit
public void afterInit()
- Specified by:
afterInit in interface org.unitils.core.Module
- See Also:
Module.afterInit()
createScreenRecorder
protected void createScreenRecorder(java.lang.reflect.Method testMethod)
startScreenRecorder
protected void startScreenRecorder()
stopScreenRecorder
protected void stopScreenRecorder()
logCreatedFiles
protected void logCreatedFiles()
getTestListener
public org.unitils.core.TestListener getTestListener()
- Specified by:
getTestListener in interface org.unitils.core.Module
Copyright © 2015. All Rights Reserved.