ma.glasnost.orika.test.boundmapperfacade
Class GenericCollectionsTestCase

java.lang.Object
  extended by ma.glasnost.orika.test.boundmapperfacade.GenericCollectionsTestCase

public class GenericCollectionsTestCase
extends Object


Nested Class Summary
static class GenericCollectionsTestCase.Employee
           
static class GenericCollectionsTestCase.Person
           
static class GenericCollectionsTestCase.TaskLayer1<P extends GenericCollectionsTestCase.Person>
           
static class GenericCollectionsTestCase.TaskLayer2<P extends GenericCollectionsTestCase.Person>
           
 
Constructor Summary
GenericCollectionsTestCase()
           
 
Method Summary
 void testParameterizedCollection_genericTypes()
          This test attempts the same mapping using the newer type-based methods which allow passing in the exact runtime types.
 void testParameterizedCollection_rawTypes()
          This test uses the older Class-based mapping method, which is unable to determine the proper type hierarchy from the raw types
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericCollectionsTestCase

public GenericCollectionsTestCase()
Method Detail

testParameterizedCollection_rawTypes

public void testParameterizedCollection_rawTypes()
This test uses the older Class-based mapping method, which is unable to determine the proper type hierarchy from the raw types


testParameterizedCollection_genericTypes

public void testParameterizedCollection_genericTypes()
This test attempts the same mapping using the newer type-based methods which allow passing in the exact runtime types.



Copyright © 2012 Glasnost. All Rights Reserved.