public class ConfigTestElement extends AbstractTestElement implements Serializable, ConfigElement
Modifier and Type | Field and Description |
---|---|
static String |
PASSWORD |
static String |
USERNAME |
Constructor and Description |
---|
ConfigTestElement() |
Modifier and Type | Method and Description |
---|---|
void |
addConfigElement(ConfigElement config)
Add a configuration element to this one.
|
void |
addTestElement(org.apache.jmeter.testelement.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.
|
org.apache.jmeter.testelement.schema.PropertiesAccessor<? extends ConfigTestElement,? extends org.apache.jmeter.config.ConfigTestElementSchema> |
getProps() |
org.apache.jmeter.config.ConfigTestElementSchema |
getSchema() |
addPropertiesValues, addProperty, addProperty, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getPropertyOrNull, 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, traverseProperty
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
clone
public static final String USERNAME
public static final String PASSWORD
public org.apache.jmeter.config.ConfigTestElementSchema getSchema()
getSchema
in interface org.apache.jmeter.testelement.TestElement
public org.apache.jmeter.testelement.schema.PropertiesAccessor<? extends ConfigTestElement,? extends org.apache.jmeter.config.ConfigTestElementSchema> getProps()
getProps
in interface org.apache.jmeter.testelement.TestElement
public void addTestElement(org.apache.jmeter.testelement.TestElement parm1)
AbstractTestElement
addTestElement
in interface org.apache.jmeter.testelement.TestElement
addTestElement
in class AbstractTestElement
public void addConfigElement(ConfigElement config)
addConfigElement
in interface ConfigElement
config
- the element to be added to this ConfigElementpublic boolean expectsModification()
expectsModification
in interface ConfigElement
Copyright © 1998-2023 Apache Software Foundation. All Rights Reserved.