Serializable, Cloneable, ConfigElement, Searchable, TestElementArguments, AuthManager, CacheManager, CookieManager, CSVDataSet, DNSCacheManager, HeaderManager, HTTPFileArgs, JavaConfig, KeystoreConfig, LDAPArguments, LoginConfig, MongoSourceElement, RandomVariableConfigpublic class ConfigTestElement extends AbstractTestElement implements Serializable, ConfigElement
| Modifier and Type | Field | Description |
|---|---|---|
static String |
PASSWORD |
|
static String |
USERNAME |
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS| Constructor | Description |
|---|---|
ConfigTestElement() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addConfigElement(ConfigElement config) |
Add a configuration element to this one.
|
void |
addTestElement(TestElement parm1) |
|
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.
|
addPropertiesValues, addProperty, addProperty, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traversePropertyclonepublic static final String USERNAME
public static final String PASSWORD
public void addTestElement(TestElement parm1)
AbstractTestElementaddTestElement in interface TestElementaddTestElement in class AbstractTestElementpublic void addConfigElement(ConfigElement config)
addConfigElement in interface ConfigElementconfig - the element to be added to this ConfigElementpublic boolean expectsModification()
expectsModification in interface ConfigElementCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.