Override to set GUI in 'stopped' mode, enabling 'run' button etc.
(self)
| 123 | pass |
| 124 | |
| 125 | def notifyStopped(self): |
| 126 | "Override to set GUI in 'stopped' mode, enabling 'run' button etc." |
| 127 | pass |
| 128 | |
| 129 | def notifyTestFailed(self, test, err): |
| 130 | "Override to indicate that a test has just failed" |