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