def tearDown(self):
     Bf3TestCase.tearDown(self)
     if hasattr(self.p, 'current_vote_session_timer') and self.p.current_vote_session_timer:
         self.p.current_vote_session_timer.cancel()
 def tearDown(self):
     Bf3TestCase.tearDown(self)
     self.write_patcher.stop()
 def tearDown(self):
     Bf3TestCase.tearDown(self)
     if hasattr(self.p, 'current_vote_session_timer') and self.p.current_vote_session_timer:
         self.p.current_vote_session_timer.cancel()
     self.getFullMapRotationList_patcher.stop()
     self.write_patcher.stop()
 def tearDown(self):
     Bf3TestCase.tearDown(self)
     self.sleep_patcher.stop()