public class RecordConfiguration extends Object
| Constructor and Description |
|---|
RecordConfiguration(Class<?> testClass,
Method testMethod) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerPath() |
ch.abertschi.sct.api.Configuration.RECORDING_MODE |
getMode() |
String |
getOrigin() |
String |
getPath() |
ch.abertschi.sct.api.Configuration.INPUT_SOURCE |
getSourceType() |
boolean |
isEnabled() |
boolean |
isOrigin(Class<?> type,
Method method) |
boolean |
isSkipDoubles() |
RecordConfiguration |
setContainerPath(String containerPath) |
RecordConfiguration |
setEnabled(boolean enabled) |
RecordConfiguration |
setMode(ch.abertschi.sct.api.Configuration.RECORDING_MODE mode) |
RecordConfiguration |
setPath(String path) |
RecordConfiguration |
setSkipDoubles(boolean skipDoubles) |
RecordConfiguration |
setSourceType(ch.abertschi.sct.api.Configuration.INPUT_SOURCE sourceType) |
public boolean isEnabled()
public RecordConfiguration setEnabled(boolean enabled)
public ch.abertschi.sct.api.Configuration.RECORDING_MODE getMode()
public RecordConfiguration setMode(ch.abertschi.sct.api.Configuration.RECORDING_MODE mode)
public String getOrigin()
public String getPath()
public RecordConfiguration setPath(String path)
public boolean isSkipDoubles()
public RecordConfiguration setSkipDoubles(boolean skipDoubles)
public ch.abertschi.sct.api.Configuration.INPUT_SOURCE getSourceType()
public RecordConfiguration setSourceType(ch.abertschi.sct.api.Configuration.INPUT_SOURCE sourceType)
public String getContainerPath()
public RecordConfiguration setContainerPath(String containerPath)
Copyright © 2016. All rights reserved.