public class CloningProviderTest extends AbstractTestCase
Modifier and Type | Class and Description |
---|---|
static class |
CloningProviderTest.ExceptionCloneable |
static class |
CloningProviderTest.InvalidCloneable |
static class |
CloningProviderTest.ProtectedCloneable |
AbstractTestCase.MockInvocationBuilder
Constructor and Description |
---|
CloningProviderTest() |
Modifier and Type | Method and Description |
---|---|
void |
testSerialization() |
void |
testValidCloneable() |
void |
testWithExceptionThrown() |
void |
testWithInvalidCloneable() |
void |
testWithProtectedCloneMethod() |
assertSerializable, mockInvocation
public CloningProviderTest()
public void testSerialization()
public void testValidCloneable()
public void testWithExceptionThrown()
public void testWithInvalidCloneable()
public void testWithProtectedCloneMethod()
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.