public interface HasSettings extends ExecutesMethod
Modifier and Type | Method and Description |
---|---|
default java.util.Map<java.lang.String,java.lang.Object> |
getSettings()
Get settings stored for this test session It's probably better to use a
convenience function, rather than use this function directly.
|
default void |
setSetting(Setting setting,
java.lang.Object value)
Set a setting for this test session It's probably better to use a
convenience function, rather than use this function directly.
|
execute, execute
default void setSetting(Setting setting, java.lang.Object value)
setting
- Setting you wish to set.value
- value of the setting.default java.util.Map<java.lang.String,java.lang.Object> getSettings()