org.springframework.osgi.test.parsing
Class DifferentParentsInDifferentBundlesTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
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
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 |
DifferentParentsInDifferentBundlesTest
public DifferentParentsInDifferentBundlesTest()
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.