Home
last modified time | relevance | path

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

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