Searched defs:testCaseName (Results 1 – 6 of 6) sorted by relevance
90 public void startTest(String testCaseName) { in startTest()100 public void start3pApp(String testCaseName) { in start3pApp()108 public void start3pAppWithColor(String testCaseName, int color) { in start3pAppWithColor()
53 String testCaseName = null; in getTestNames() local
100 String testCaseName = intent.getStringExtra(Utils.TESTCASE_TYPE); in onReceive() local
46 public TestCase(String testCaseName) { in TestCase()
123 private TestCase getTestCase(String testCaseName) { in getTestCase()
136 String testCaseName = classNameSegments.remove(classNameSegments.size() - 1); in findTest() local