Searched refs:testMethodName (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/ |
D | BaseHostJUnit4Test.java | 278 public final boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests() argument 280 return runDeviceTests(getDevice(), pkgName, testClassName, testMethodName); in runDeviceTests() 294 String runner, String pkgName, String testClassName, String testMethodName) in runDeviceTests() argument 301 testMethodName, in runDeviceTests() 321 ITestDevice device, String pkgName, String testClassName, String testMethodName) in runDeviceTests() argument 328 testMethodName, in runDeviceTests() 352 String testMethodName, in runDeviceTests() argument 360 testMethodName, in runDeviceTests() 385 String testMethodName, in runDeviceTests() argument 394 testMethodName, in runDeviceTests() [all …]
|
D | DeviceTestRunOptions.java | 86 public DeviceTestRunOptions setTestMethodName(String testMethodName) { in setTestMethodName() argument 87 this.mTestMethodName = testMethodName; in setTestMethodName()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | InstrumentationTest.java | 323 public void setMethodName(String testMethodName) { in setMethodName() argument 324 mTestMethodName = StringEscapeUtils.escapeShell(testMethodName); in setMethodName()
|