public class TestBeanHelper extends Object
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.
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
log |
Constructor and Description |
---|
TestBeanHelper() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isDescriptorIgnored(PropertyDescriptor descriptor)
Checks whether the descriptor should be ignored, i.e.
|
static void |
prepare(TestElement el)
Prepare the bean for work by populating the bean's properties from the
property value map.
|
public static void prepare(TestElement el)
el
- the TestElement to be preparedpublic static boolean isDescriptorIgnored(PropertyDescriptor descriptor)
descriptor
- the PropertyDescriptor
to be checkedtrue
if the descriptor should be ignoredCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.