| |
|
| java.lang.Object org.apache.jmeter.testelement.AbstractTestElement org.apache.jmeter.testelement.TestPlan
TestPlan | public TestPlan()(Code) | | |
addThreadGroup | public void addThreadGroup(ThreadGroup group)(Code) | | Adds a feature to the ThreadGroup attribute of the TestPlan object.
Parameters: group - the feature to be added to the ThreadGroup attribute |
getFunctionalMode | public static boolean getFunctionalMode()(Code) | | Gets the static copy of the functional mode
mode |
getTestPlanClasspath | public String getTestPlanClasspath()(Code) | | Returns the classpath
classpath |
getTestPlanClasspathArray | public String[] getTestPlanClasspathArray()(Code) | | |
getUserDefinedVariables | public Map getUserDefinedVariables()(Code) | | |
isFunctionalMode | public boolean isFunctionalMode()(Code) | | Fetches the functional mode property
functional mode |
isSerialized | public boolean isSerialized()(Code) | | Fetch the serialize threadgroups property
serialized setting |
prepareForPreCompile | public void prepareForPreCompile()(Code) | | |
setFunctionalMode | public void setFunctionalMode(boolean funcMode)(Code) | | |
setSerialized | public void setSerialized(boolean serializeTGs)(Code) | | |
setTestPlanClasspath | public void setTestPlanClasspath(String text)(Code) | | Set the classpath for the test plan
Parameters: text - |
setTestPlanClasspathArray | public void setTestPlanClasspathArray(String[] text)(Code) | | |
setUserDefinedVariables | public void setUserDefinedVariables(Arguments vars)(Code) | | |
testEnded | public void testEnded()(Code) | | |
testStarted | public void testStarted()(Code) | | |
|
|
|