HomeSort by relevance Sort by last modified time
    Searched refs:getTestMethod (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
AndroidJUnitLaunchInfo.java 124 public String getTestMethod() {
RemoteAdtTestRunner.java 97 if (mLaunchInfo.getTestMethod() != null) {
98 runner.setMethodName(mLaunchInfo.getTestClass(), mLaunchInfo.getTestMethod());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigDelegate.java 88 junitLaunchInfo.setTestMethod(getTestMethod(configuration));
152 private String getTestMethod(ILaunchConfiguration configuration) {

Completed in 124 milliseconds