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 | Description |
|---|---|---|
protected static Logger |
log |
| Constructor | Description |
|---|---|
TestBeanHelper() |
| Modifier and Type | Method | 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)
el - the TestElement to be preparedpublic static boolean isDescriptorIgnored(PropertyDescriptor descriptor)
descriptor - the PropertyDescriptor to be checkedtrue if the descriptor should be ignoredCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.