public class VideoConfiguration extends Configuration<VideoConfiguration>
| Constructor and Description |
|---|
VideoConfiguration(ReporterConfiguration reporterConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
By default set to 0, you have to set this in configuration in order to use it.
|
File |
getRootDir()
By default set to "target/videos"
|
boolean |
getStartBeforeClass()
By default set to false.
|
boolean |
getStartBeforeSuite()
By default set to false.
|
boolean |
getStartBeforeTest()
By default set to false.
|
boolean |
getTakeOnlyOnFail()
By default set to true
|
int |
getTestTimeout()
By default set to 1800, i.e.
|
String |
getVideoName()
By default set to "record"
|
String |
getVideoType()
By default set to "MP4".
|
int |
getWidth()
By default set to 0, you have to set this in configuration in order to use it.
|
String |
toString() |
void |
validate() |
getConfiguration, getProperty, setConfiguration, setPropertypublic VideoConfiguration(ReporterConfiguration reporterConfiguration)
public boolean getTakeOnlyOnFail()
public int getTestTimeout()
public String getVideoName()
public File getRootDir()
public String getVideoType()
public boolean getStartBeforeTest()
public boolean getStartBeforeClass()
public boolean getStartBeforeSuite()
public int getHeight()
public int getWidth()
public void validate()
throws VideoConfigurationException
validate in class Configuration<VideoConfiguration>VideoConfigurationExceptionCopyright © 2014–2015 JBoss by Red Hat. All rights reserved.