ma.glasnost.orika.test.converter
Class CloneableConverterTestCase

java.lang.Object
  extended by ma.glasnost.orika.test.converter.CloneableConverterTestCase

public class CloneableConverterTestCase
extends Object


Nested Class Summary
static class CloneableConverterTestCase.ClonableHolder
           
static class CloneableConverterTestCase.SampleCloneable
           
 
Constructor Summary
CloneableConverterTestCase()
           
 
Method Summary
 void cloneableConverter()
           
 void overrideDefaultCloneableToImmutable()
          This test method demonstrates that you can decide to treat one of the default cloneable types as immutable if desired by registering your own PassThroughConverter for that type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloneableConverterTestCase

public CloneableConverterTestCase()
Method Detail

cloneableConverter

public void cloneableConverter()
                        throws DatatypeConfigurationException
Throws:
DatatypeConfigurationException

overrideDefaultCloneableToImmutable

public void overrideDefaultCloneableToImmutable()
                                         throws DatatypeConfigurationException
This test method demonstrates that you can decide to treat one of the default cloneable types as immutable if desired by registering your own PassThroughConverter for that type

Throws:
DatatypeConfigurationException


Copyright © 2012 Glasnost. All Rights Reserved.