org.apache.jmeter.testelement
Class TestPlan
java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.testelement.TestPlan
- All Implemented Interfaces:
- Cloneable, Serializable, TestElement
- public class TestPlan
- extends AbstractTestElement
- implements Serializable
- Version:
- $Revision: 1.11 $ Last updated: $Date: 2004/02/14 03:34:30 $
- Author:
- Michael Stover
Created March 13, 2001
- See Also:
- Serialized Form
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getThreadContext, getThreadName, isRunningVersion, isTemporary, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, threadFinished, threadStarted, traverse, traverseCollection, traverseMap, traverseProperty |
THREAD_GROUPS
public static final String THREAD_GROUPS
- See Also:
- Constant Field Values
FUNCTIONAL_MODE
public static final String FUNCTIONAL_MODE
- See Also:
- Constant Field Values
USER_DEFINED_VARIABLES
public static final String USER_DEFINED_VARIABLES
- See Also:
- Constant Field Values
SERIALIZE_THREADGROUPS
public static final String SERIALIZE_THREADGROUPS
- See Also:
- Constant Field Values
COMMENTS
public static final String COMMENTS
- See Also:
- Constant Field Values
TestPlan
public TestPlan()
TestPlan
public TestPlan(String name)
isFunctionalMode
public boolean isFunctionalMode()
setUserDefinedVariables
public void setUserDefinedVariables(Arguments vars)
getUserDefinedVariables
public Map getUserDefinedVariables()
setFunctionalMode
public void setFunctionalMode(boolean funcMode)
setSerialized
public void setSerialized(boolean serializeTGs)
isSerialized
public boolean isSerialized()
addParameter
public void addParameter(String name,
String value)
createTestPlan
public static TestPlan createTestPlan(String name)
addTestElement
public void addTestElement(TestElement tg)
- Specified by:
addTestElement
in interface TestElement
- Overrides:
addTestElement
in class AbstractTestElement
addJMeterComponent
public void addJMeterComponent(TestElement child)
getThreadGroups
public Collection getThreadGroups()
- Gets the ThreadGroups attribute of the TestPlan object.
- Returns:
- the ThreadGroups value
addConfigElement
public void addConfigElement(ConfigElement c)
- Adds a feature to the ConfigElement attribute of the TestPlan object.
- Parameters:
c
- the feature to be added to the ConfigElement attribute
addThreadGroup
public void addThreadGroup(ThreadGroup group)
- Adds a feature to the ThreadGroup attribute of the TestPlan object.
- Parameters:
group
- the feature to be added to the ThreadGroup attribute
Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.