ma.glasnost.orika.test.inheritance
Class NestedInheritanceTestCase

java.lang.Object
  extended by ma.glasnost.orika.test.inheritance.NestedInheritanceTestCase

public class NestedInheritanceTestCase
extends Object


Nested Class Summary
static class NestedInheritanceTestCase.Client
           
static class NestedInheritanceTestCase.ClientDTO
           
static class NestedInheritanceTestCase.Employee
           
static class NestedInheritanceTestCase.EmployeeDTO
           
static class NestedInheritanceTestCase.Person
           
static class NestedInheritanceTestCase.PersonDTO
           
static class NestedInheritanceTestCase.Subscription
           
static class NestedInheritanceTestCase.SubscriptionDTO
           
 
Constructor Summary
NestedInheritanceTestCase()
           
 
Method Summary
 void testNestedInheritance()
           
 void testNestedPolymorphicInheritance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NestedInheritanceTestCase

public NestedInheritanceTestCase()
Method Detail

testNestedInheritance

public void testNestedInheritance()

testNestedPolymorphicInheritance

public void testNestedPolymorphicInheritance()


Copyright © 2012 Glasnost. All Rights Reserved.