com.lexicalscope.fluentreflection.endtoend
Class TestReflectionOnTypeHierarchy

java.lang.Object
  extended by com.lexicalscope.fluentreflection.endtoend.TestReflectionOnTypeHierarchy

public class TestReflectionOnTypeHierarchy
extends Object


Constructor Summary
TestReflectionOnTypeHierarchy()
           
 
Method Summary
 void ancestorInterfacesAreFound()
           
 void superClassesReturnedInOrder()
           
 void topLevelClassHasNoSuperclasses()
           
 void topLevelClassImplementsNoInterfaces()
           
 void topLevelInterfaceHasNoInterfaces()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestReflectionOnTypeHierarchy

public TestReflectionOnTypeHierarchy()
Method Detail

topLevelClassImplementsNoInterfaces

public void topLevelClassImplementsNoInterfaces()

topLevelClassHasNoSuperclasses

public void topLevelClassHasNoSuperclasses()

topLevelInterfaceHasNoInterfaces

public void topLevelInterfaceHasNoInterfaces()

ancestorInterfacesAreFound

public void ancestorInterfacesAreFound()

superClassesReturnedInOrder

public void superClassesReturnedInOrder()


Copyright © 2011-2012 lexicalscope. All Rights Reserved.