public class CopyPropertiesTestCase extends Object
| Constructor and Description |
|---|
CopyPropertiesTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyPropertiesToNull() |
void |
copyPropertiesToSameAsPopulate()
Makes sure that copy properties has the same effect as populate, if source and target are of the same type
|
void |
copyPropertiesToTargetIsShallow()
Makes sure, that properties are copied shallow.
|
void |
copyPropertiesToTargetNotChangingSource()
Makes sure, that coping properties does not change the source
|
void |
copyPropertiesToTargetWithChangedArrayProperties() |
void |
copyPropertiesToTargetWithChangedScalarProperties() |
void |
setUp() |
void |
tearDown() |
public CopyPropertiesTestCase()
public void setUp()
public void tearDown()
public void copyPropertiesToNull() throws Exception
Exceptionpublic void copyPropertiesToTargetWithChangedScalarProperties() throws Exception
Exceptionpublic void copyPropertiesToTargetWithChangedArrayProperties() throws Exception
Exceptionpublic void copyPropertiesToSameAsPopulate() throws Exception
Exceptionpublic void copyPropertiesToTargetNotChangingSource() throws Exception
Exceptionpublic void copyPropertiesToTargetIsShallow() throws Exception
ExceptionCopyright © 2012–2014 The Apache Software Foundation. All rights reserved.