ma.glasnost.orika.test.converter
Class ConstructorConverterTestCase
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstructorConverterTestCase
public ConstructorConverterTestCase()
testStringBasedConstructor
public void testStringBasedConstructor()
testPrimitiveConstructor
public void testPrimitiveConstructor()
Copyright © 2012 Glasnost. All Rights Reserved.