Home
last modified time | relevance | path

Searched refs:getClasspath (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DJUnitLaunchConfigDelegate.java69 public String[] getClasspath(ILaunchConfiguration configuration) throws CoreException { in getClasspath() method in JUnitLaunchConfigDelegate
70 String[] classpath = super.getClasspath(configuration); in getClasspath()