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 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)
Deprecated.
to limit it's usage in expectation of moving it elsewhere.
|
@Deprecated public static void prepare(TestElement el)
public static boolean isDescriptorIgnored(PropertyDescriptor descriptor)
descriptor
- Copyright © 1998-2016 Apache Software Foundation. All Rights Reserved.