Searched defs:testMethodName (Results 1 – 5 of 5) sorted by relevance
75 void runIntegrationTest(String testMethodName, String className) throws Exception { in runIntegrationTest()80 void runUnitTest(String testMethodName, String className) throws Exception { in runUnitTest()95 private void runTest(String packageName, String testMethodName, String className) in runTest()
42 private void runTest(String testMethodName) throws Exception { in runTest()
100 private void runTestAndWait(String testMethodName) throws Exception { in runTestAndWait()
154 ITestDevice device, String pkgName, String testClassName, String testMethodName) in runDeviceTests()
238 val testMethodName = testNameRule.methodName in setUp() constant