Examples of FinalTestClassTest


Examples of org.springframework.osgi.test.parsing.packageZ.FinalTestClassTest

    // check present parent dependencies
    assertTrue("contained parent dependencies not considered", contains(importPackage, "javax.imageio"));
  }

  public void testSuperClassInterfacesConsidered() throws Exception {
    FinalTestClassTest test = new FinalTestClassTest() {
    };

    String importPackage = getImportPackage(test);
    // check test interface package
    assertTrue("interface present on the test class ignored", contains(importPackage, "javax.swing.text"));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.