org.apache.jmeter.control
Interface ReplaceableController
- IncludeController, ModuleController
public interface ReplaceableController
This interface represents a controller that gets replaced during the
compilation phase of test execution in an arbitrary way.
getReplacementSubTree
public HashTree getReplacementSubTree()
Used to replace the test execution tree (usually by adding the
subelements of the TestElement that is replacing the
ReplaceableController.
resolveReplacementSubTree
public void resolveReplacementSubTree(JMeterTreeNode context)
Compute the replacement tree.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.