public interface ConfigElement extends Cloneable
Modifier and Type | Method and Description |
---|---|
void |
addConfigElement(ConfigElement config)
Add a configuration element to this one.
|
Object |
clone() |
boolean |
expectsModification()
If your config element expects to be modified in the process of a test
run, and you want those modifications to carry over from sample to sample
(as in a cookie manager - you want to save all cookies that get set
throughout the test), then return true for this method.
|
void addConfigElement(ConfigElement config)
config
- the element to be added to this ConfigElementboolean expectsModification()
Object clone()
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.