public class ReplayConfiguration extends Object
| Constructor and Description |
|---|
ReplayConfiguration(Class<?> testClass,
Method testMethod) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOrigin() |
String |
getPath() |
ch.abertschi.sct.api.Configuration.INPUT_SOURCE |
getSourceType() |
boolean |
isEnabled() |
boolean |
isOrigin(Class<?> type,
Method method) |
boolean |
isThrowExceptionOnIncompatibleReturnType() |
boolean |
isThrowExceptionOnNotFound() |
ReplayConfiguration |
setEnabled(boolean enabled) |
ReplayConfiguration |
setOrigin(String origin) |
ReplayConfiguration |
setPath(String path) |
ReplayConfiguration |
setSourceType(ch.abertschi.sct.api.Configuration.INPUT_SOURCE sourceType) |
ReplayConfiguration |
setThrowExceptionOnIncompatibleReturnType(boolean throwExceptionOnIncompatibleReturnType) |
ReplayConfiguration |
setThrowExceptionOnNotFound(boolean throwExceptionOnNotFound) |
public String getPath()
public ReplayConfiguration setPath(String path)
public boolean isThrowExceptionOnIncompatibleReturnType()
public ReplayConfiguration setThrowExceptionOnIncompatibleReturnType(boolean throwExceptionOnIncompatibleReturnType)
public boolean isThrowExceptionOnNotFound()
public ReplayConfiguration setThrowExceptionOnNotFound(boolean throwExceptionOnNotFound)
public String getOrigin()
public ReplayConfiguration setOrigin(String origin)
public boolean isEnabled()
public ReplayConfiguration setEnabled(boolean enabled)
public ch.abertschi.sct.api.Configuration.INPUT_SOURCE getSourceType()
public ReplayConfiguration setSourceType(ch.abertschi.sct.api.Configuration.INPUT_SOURCE sourceType)
Copyright © 2016. All rights reserved.