(self, methodName='runTest')
| 4817 | d.vc.uiAutomatorHelper.quit() |
| 4818 | |
| 4819 | def __init__(self, methodName='runTest'): |
| 4820 | self.Log = CulebraTestCase.__Log(self) |
| 4821 | unittest.TestCase.__init__(self, methodName=methodName) |
| 4822 | |
| 4823 | def setUp(self): |
| 4824 | __devices = None |