ma.glasnost.orika.test.converter
Class ConstructorConverterTestCase

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

public class ConstructorConverterTestCase
extends Object

ConstructorConverter will converter from one type to another if there exists a constructor for the destinationType with a single argument matching the type of the source.

Author:
matt.deboer@gmail.com

Constructor Summary
ConstructorConverterTestCase()
           
 
Method Summary
 void testPrimitiveConstructor()
           
 void testStringBasedConstructor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorConverterTestCase

public ConstructorConverterTestCase()
Method Detail

testStringBasedConstructor

public void testStringBasedConstructor()

testPrimitiveConstructor

public void testPrimitiveConstructor()


Copyright © 2012 Glasnost. All Rights Reserved.