public class TestCompiler
extends java.lang.Object
implements org.apache.jorphan.collections.HashTreeTraverser
| Constructor and Description |
|---|
TestCompiler(org.apache.jorphan.collections.HashTree testTree) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNode(java.lang.Object node,
org.apache.jorphan.collections.HashTree subTree) |
SamplePackage |
configureSampler(Sampler sampler)
Configures sampler from SamplePackage extracted from Test plan and returns it
|
SamplePackage |
configureTransactionSampler(TransactionSampler transactionSampler)
Configures Transaction Sampler from SamplePackage extracted from Test plan and returns it
|
void |
done(SamplePackage pack)
Reset pack to its initial state
|
static void |
initialize()
Clears the pairing Set Called by StandardJmeterEngine at the start of a
test run.
|
void |
processPath() |
void |
subtractNode() |
public TestCompiler(org.apache.jorphan.collections.HashTree testTree)
public static void initialize()
public SamplePackage configureSampler(Sampler sampler)
sampler - SamplerSamplePackagepublic SamplePackage configureTransactionSampler(TransactionSampler transactionSampler)
transactionSampler - TransactionSamplerSamplePackagepublic void done(SamplePackage pack)
pack - the SamplePackage to resetpublic void addNode(java.lang.Object node,
org.apache.jorphan.collections.HashTree subTree)
addNode in interface org.apache.jorphan.collections.HashTreeTraverserpublic void subtractNode()
subtractNode in interface org.apache.jorphan.collections.HashTreeTraverserpublic void processPath()
processPath in interface org.apache.jorphan.collections.HashTreeTraverserCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.