Searched defs:classpath (Results 1 - 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
H A DJUnitLaunchConfigDelegate.java42 * the classpath since it can find a correct reference to all the necessary
47 * necessary also puts back the junit.jar in the user classpath.
70 String[] classpath = super.getClasspath(configuration);
71 return fixClasspath(classpath, getJavaProjectName(configuration));
94 * Add the junit.jar to the user classpath; since Eclipse was relying on
98 * @param classpath Array containing classpath
101 * @return a new modified (if applicable) classpath
103 public static String[] fixClasspath(String[] classpath, String projectName) { argument
105 for (int i = 0; i < classpath
[all...]

Completed in 76 milliseconds