public class CloneTestCase extends Object
| Constructor and Description |
|---|
CloneTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
cloneIsShallow()
Makes sure, that the general contract of creating a shallow clone is not violated.
|
void |
cloneTestBean() |
void |
cloneWithChangedArrayProperties() |
void |
cloneWithChangedScalarProperties() |
void |
cloneWithChangedWriteOnlyProperty() |
void |
setUp() |
void |
tearDown() |
public CloneTestCase()
public void setUp()
public void tearDown()
public void cloneTestBean() throws Exception
Exceptionpublic void cloneWithChangedScalarProperties() throws Exception
Exceptionpublic void cloneWithChangedArrayProperties() throws Exception
Exceptionpublic void cloneWithChangedWriteOnlyProperty() throws Exception
Exceptionpublic void cloneIsShallow() throws Exception
ExceptionCopyright © 2012–2014 The Apache Software Foundation. All rights reserved.