org.apache.jmeter.junit.stubs
Class TestSampler
java.lang.Object
|
+--org.apache.jmeter.testelement.AbstractTestElement
|
+--org.apache.jmeter.samplers.AbstractSampler
|
+--org.apache.jmeter.junit.stubs.TestSampler
- All Implemented Interfaces:
- Cloneable, Sampler, Serializable, TestElement
- public class TestSampler
- extends AbstractSampler
- Author:
- ano ano
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
- See Also:
- Serialized Form
Fields inherited from interface org.apache.jmeter.samplers.Sampler |
HEADER |
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, addTestElement, clear, clone, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, isRunningVersion, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setRunningVersion, traverse, traverseCollection, traverseMap, traverseProperty |
Methods inherited from interface org.apache.jmeter.testelement.TestElement |
addTestElement, clear, clone, getProperty, getPropertyAsBoolean, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, isRunningVersion, propertyIterator, recoverRunningVersion, removeProperty, setProperty, setProperty, setRunningVersion, traverse |
TestSampler
public TestSampler(String name)
TestSampler
public TestSampler()
sample
public SampleResult sample(Entry e)
- Description copied from interface:
Sampler
- Obtains statistics about the given Entry, and packages the information
into a SampleResult.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.