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

Method preconditions

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

Source from the content-addressed store, hash-verified

45 super(CulebraTests, self).tearDown()
46
47 def preconditions(self):
48 if not super(CulebraTests, self).preconditions():
49 return False
50 return True
51
52 def testSomething(self):
53 if not self.preconditions():

Callers 1

testSomethingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected