Searched refs:getTestMethod (Results 1 – 3 of 3) sorted by relevance
124 public String getTestMethod() { in getTestMethod() method in AndroidJUnitLaunchInfo
97 if (mLaunchInfo.getTestMethod() != null) { in runTests()98 runner.setMethodName(mLaunchInfo.getTestClass(), mLaunchInfo.getTestMethod()); in runTests()
88 junitLaunchInfo.setTestMethod(getTestMethod(configuration)); in doLaunch()152 private String getTestMethod(ILaunchConfiguration configuration) { in getTestMethod() method in AndroidJUnitLaunchConfigDelegate