org.apache.jmeter.threads
public class TestCompiler extends Object implements HashTreeTraverser
Constructor and Description |
---|
TestCompiler(HashTree testTree,
JMeterVariables vars) |
Modifier and Type | Method and Description |
---|---|
void |
addNode(Object node,
HashTree subTree)
The tree traverses itself depth-first, calling addNode for each object it
encounters as it goes.
|
SamplePackage |
configureSampler(Sampler sampler) |
SamplePackage |
configureTransactionSampler(TransactionSampler transactionSampler) |
void |
done(SamplePackage pack) |
static void |
initialize()
Clears the pairing Set Called by StandardJmeterEngine at the start of a
test run.
|
void |
processPath()
Process path is called when a leaf is reached.
|
void |
subtractNode()
Indicates traversal has moved up a step, and the visitor should remove
the top node from its stack structure.
|
public TestCompiler(HashTree testTree, JMeterVariables vars)
public static void initialize()
public SamplePackage configureSampler(Sampler sampler)
public SamplePackage configureTransactionSampler(TransactionSampler transactionSampler)
public void done(SamplePackage pack)
public void addNode(Object node, HashTree subTree)
addNode
in interface HashTreeTraverser
node
- the node currently encounteredsubTree
- the HashTree under the node encounteredpublic void subtractNode()
subtractNode
in interface HashTreeTraverser
public void processPath()
HashTreeTraverser.subtractNode()
call. This is a callback method, and should
not be called except by a HashTree during traversal.processPath
in interface HashTreeTraverser
Copyright © 1998-2014 Apache Software Foundation. All Rights Reserved.