org.springframework.osgi.util
Class ClassUtilsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.osgi.util.ClassUtilsTest
All Implemented Interfaces:
Test

public class ClassUtilsTest
extends TestCase

Author:
Costin Leau

Constructor Summary
ClassUtilsTest()
           
 
Method Summary
 void testAppContextClassHierarchy()
           
 void testAutoDetectClassesForPublishingAll()
           
 void testAutoDetectClassesForPublishingClassHierarchy()
           
 void testAutoDetectClassesForPublishingDisabled()
           
 void testAutoDetectClassesForPublishingInterfaces()
           
 void testInterfacesHierarchy()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassUtilsTest

public ClassUtilsTest()
Method Detail

testAutoDetectClassesForPublishingDisabled

public void testAutoDetectClassesForPublishingDisabled()
                                                throws Exception
Throws:
Exception

testAutoDetectClassesForPublishingInterfaces

public void testAutoDetectClassesForPublishingInterfaces()
                                                  throws Exception
Throws:
Exception

testAutoDetectClassesForPublishingClassHierarchy

public void testAutoDetectClassesForPublishingClassHierarchy()
                                                      throws Exception
Throws:
Exception

testAutoDetectClassesForPublishingAll

public void testAutoDetectClassesForPublishingAll()
                                           throws Exception
Throws:
Exception

testInterfacesHierarchy

public void testInterfacesHierarchy()

testAppContextClassHierarchy

public void testAppContextClassHierarchy()


Copyright © 2006-2011 Spring Framework. All Rights Reserved.