Main action of the derived class. Gets run once for every --arch and every --emulator.
(self)
| 1029 | pass |
| 1030 | |
| 1031 | def timed_main(self): |
| 1032 | ''' |
| 1033 | Main action of the derived class. |
| 1034 | |
| 1035 | Gets run once for every --arch and every --emulator. |
| 1036 | ''' |
| 1037 | pass |
| 1038 | |
| 1039 | def teardown(self): |
| 1040 | ''' |