Package org.eclipse.contribution.junit.javadoc.test

Examples of org.eclipse.contribution.junit.javadoc.test.TestProject


import org.eclipse.jdt.core.IType;

public final class CreateTestProjectUtil {
 
  public static TestProject createTestProject() throws CoreException, MalformedURLException, IOException{
    final TestProject project = new TestProject();
    project.addJar("org.junit", "junit.jar");
    return project;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.contribution.junit.javadoc.test.TestProject

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.