org.springframework.osgi.test.parsing
Class DifferentParentsInDifferentBundlesTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.osgi.test.parsing.DifferentParentsInDifferentBundlesTest
All Implemented Interfaces:
Test

public class DifferentParentsInDifferentBundlesTest
extends TestCase

Integration that checks if the class hierarchy is properly parsed. Note this test doesn't run in OSGi, it just invokes the bytecode parsing.

Author:
Costin Leau

Constructor Summary
DifferentParentsInDifferentBundlesTest()
           
 
Method Summary
 void testAnonymousInnerClasses()
           
 void testCheckBaseClassesHierarchy()
           
 void testSuperClassInterfacesConsidered()
           
 
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

DifferentParentsInDifferentBundlesTest

public DifferentParentsInDifferentBundlesTest()
Method Detail

testCheckBaseClassesHierarchy

public void testCheckBaseClassesHierarchy()
                                   throws Exception
Throws:
Exception

testSuperClassInterfacesConsidered

public void testSuperClassInterfacesConsidered()
                                        throws Exception
Throws:
Exception

testAnonymousInnerClasses

public void testAnonymousInnerClasses()
                               throws Exception
Throws:
Exception


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