Home
last modified time | relevance | path

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

/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
DAndroidJUnitLaunchInfo.java115 public void setTestMethod(String testMethod) { in setTestMethod() method in AndroidJUnitLaunchInfo
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
DAndroidJUnitLaunchConfigDelegate.java85 junitLaunchInfo.setTestMethod(getTestMethod(configuration)); in doLaunch()