Package org.springframework.osgi.test.parsing.packageC

Examples of org.springframework.osgi.test.parsing.packageC.TestInDifferentPackageThenItsParentsTest


public class DifferentParentsInDifferentBundlesTest extends TestCase {

  public void testCheckBaseClassesHierarchy() throws Exception {
    // create class
    // make sure the packaging puts some of the tests parent in a different class
    TestInDifferentPackageThenItsParentsTest test = new TestInDifferentPackageThenItsParentsTest() {
    };

    String importPackage = getImportPackage(test);

    // check parent package
View Full Code Here

TOP

Related Classes of org.springframework.osgi.test.parsing.packageC.TestInDifferentPackageThenItsParentsTest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.