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

Method testSomething

examples/culebra-generated-test.py:52–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50 return True
51
52 def testSomething(self):
53 if not self.preconditions():
54 self.fail('Preconditions failed')
55
56 _s = CulebraTests.sleep
57 _v = CulebraTests.verbose
58
59 self.vc.dump(window=-1)
60 self.vc.findViewWithContentDescriptionOrRaise(u'''Home''').touch()
61
62
63if __name__ == '__main__':

Callers

nothing calls this directly

Calls 4

preconditionsMethod · 0.95
dumpMethod · 0.45
touchMethod · 0.45

Tested by

no test coverage detected