Public Member Functions | |
def | __init__ |
def | errorDialog |
def | getSelectedTestName |
def | notifyRunning |
def | notifyStopped |
def | notifyTestErrored |
def | notifyTestFailed |
def | notifyTestFinished |
def | notifyTestStarted |
def | runClicked |
def | stopClicked |
Public Attributes | |
currentResult | |
running | |
totalTests |
Subclass this class to create a GUI TestRunner that uses a specific windowing toolkit. The class takes care of running tests in the correct manner, and making callbacks to the derived class to obtain information or signal that events have occurred.
Definition at line 51 of file qtunittest.py.
def qtunittest::BaseGUITestRunner::__init__ | ( | self, | ||
args, | ||||
kwargs | ||||
) |
Definition at line 57 of file qtunittest.py.
def qtunittest::BaseGUITestRunner::errorDialog | ( | self, | ||
title, | ||||
message | ||||
) |
Reimplemented in qtunittest::QtTestRunner.
Definition at line 67 of file qtunittest.py.
def qtunittest::BaseGUITestRunner::getSelectedTestName | ( | self | ) |
Reimplemented in qtunittest::QtTestRunner.
Definition at line 63 of file qtunittest.py.
def qtunittest::BaseGUITestRunner::notifyRunning | ( | self | ) |
Reimplemented in qtunittest::QtTestRunner.
Definition at line 105 of file qtunittest.py.
def qtunittest::BaseGUITestRunner::notifyStopped | ( | self | ) |
Reimplemented in qtunittest::QtTestRunner.
Definition at line 109 of file qtunittest.py.
def qtunittest::BaseGUITestRunner::notifyTestErrored | ( | self, | ||
test, | ||||
err | ||||
) |
Reimplemented in qtunittest::QtTestRunner.
Definition at line 117 of file qtunittest.py.
def qtunittest::BaseGUITestRunner::notifyTestFailed | ( | self, | ||
test, | ||||
err | ||||
) |
Reimplemented in qtunittest::QtTestRunner.
Definition at line 113 of file qtunittest.py.
def qtunittest::BaseGUITestRunner::notifyTestFinished | ( | self, | ||
test | ||||
) |
Override to indicate that a test has finished (it may already have failed or errored)
Reimplemented in qtunittest::QtTestRunner.
Definition at line 125 of file qtunittest.py.
def qtunittest::BaseGUITestRunner::notifyTestStarted | ( | self, | ||
test | ||||
) |
Reimplemented in qtunittest::QtTestRunner.
Definition at line 121 of file qtunittest.py.
def qtunittest::BaseGUITestRunner::runClicked | ( | self | ) |
Definition at line 71 of file qtunittest.py.
def qtunittest::BaseGUITestRunner::stopClicked | ( | self | ) |
Definition at line 98 of file qtunittest.py.
Definition at line 58 of file qtunittest.py.
Definition at line 59 of file qtunittest.py.
Definition at line 91 of file qtunittest.py.