org.apache.jmeter.testbeans
Class TestBeanHelper
public class TestBeanHelper
This is an experimental class. An attempt to address the complexity of
writing new JMeter components.
TestBean currently extends AbstractTestElement to support
backward-compatibility, but the property-value-map may later on be separated
from the test beans themselves. To ensure this will be doable with minimum
damage, all inherited methods are deprecated.
protected static Logger | log
|
static void | prepare(TestElement el) - to limit it's usage in expectation of moving it elsewhere.
|
log
protected static final Logger log
prepare
public static void prepare(TestElement el)
to limit it's usage in expectation of moving it elsewhere.
Prepare the bean for work by populating the bean's properties from the
property value map.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.