Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
DAndroidJUnitLaunchInfo.java137 public String getTestMethod() { in getTestMethod() method in AndroidJUnitLaunchInfo
DRemoteAdtTestRunner.java125 if (mLaunchInfo.getTestMethod() != null) { in runTests()
126 runner.setMethodName(mLaunchInfo.getTestClass(), mLaunchInfo.getTestMethod()); in runTests()
/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()
178 private String getTestMethod(ILaunchConfiguration configuration) { in getTestMethod() method in AndroidJUnitLaunchConfigDelegate