org.apache.jmeter.testbeans
Class TestBeanHelper
java.lang.Object
org.apache.jmeter.testbeans.TestBeanHelper
- public class TestBeanHelper
- extends Object
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.
- Version:
- $Revision: 514119 $ updated on $Date: 2007-03-03 10:39:09 +0000 (Sat, 03 Mar 2007) $
- Author:
- Jordi Salvat i Alabart
Field Summary |
protected static org.apache.log.Logger |
log
|
Method Summary |
static void |
prepare(TestElement el)
Deprecated. to limit it's usage in expectation of moving it elsewhere. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final org.apache.log.Logger log
TestBeanHelper
public TestBeanHelper()
prepare
public static void prepare(TestElement el)
- Deprecated. 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-2007 Apache Software Foundation. All Rights Reserved.