MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / __init__

Method __init__

src/com/dtmilano/android/viewclient.py:4819–4821  ·  view source on GitHub ↗
(self, methodName='runTest')

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected