To be called in response to user stopping the running of a test
(self)
| 87 | self.notifyStopped() |
| 88 | |
| 89 | def stopClicked(self): |
| 90 | "To be called in response to user stopping the running of a test" |
| 91 | if self.currentResult: |
| 92 | self.currentResult.stop() |
| 93 | |
| 94 | def discoverClicked(self): |
| 95 | self.__rollbackImporter.rollbackImports() |