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

Method click_button

tests/comm/dtmilano/android/plottests.py:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67
68 def test_plot_dumpsys_meminfo_sampleapplication_leakingactivity(self):
69 def click_button():
70 # we have to press the button to start the AsyncTask
71 self.device.press("ENTER")
72 self.__plot_dumpsys_meminfo("com.dtmilano.android.sampleapplication", ".LeakingActivity", click_button)
73
74 def __plot_dumpsys_gfxinfo(self, pkg):

Callers

nothing calls this directly

Calls 1

pressMethod · 0.45

Tested by

no test coverage detected