qtunittest.QtTestRunner Class Reference

Public Member Functions

def errorDialog (self, title, message)
 
def getSelectedTestName (self)
 
def initGUI (self, root, initialTestName)
 
def notifyRunning (self)
 
def notifyStopped (self)
 
def notifyTestErrored (self, test, err)
 
def notifyTestFailed (self, test, err)
 
def notifyTestFinished (self, test)
 
def notifyTestStarted (self, test)
 
- Public Member Functions inherited from qtunittest.BaseGUITestRunner
def errorDialog (self, title, message)
 
def getSelectedTestName (self)
 
def notifyRunning (self)
 
def notifyStopped (self)
 
def notifyTestErrored (self, test, err)
 
def notifyTestFailed (self, test, err)
 
def notifyTestFinished (self, test)
 
def notifyTestStarted (self, test)
 
def runClicked (self)
 
def stopClicked (self)
 

Public Attributes

 errorCountVar
 
 errorInfo
 
 failCountVar
 
 gui
 
 remainingCountVar
 
 root
 
 runCountVar
 
- Public Attributes inherited from qtunittest.BaseGUITestRunner
 currentResult
 
 running
 
 totalTests
 

Detailed Description

An implementation of BaseGUITestRunner using Qt.

Member Function Documentation

◆ errorDialog()

def qtunittest.QtTestRunner.errorDialog (   self,
  title,
  message 
)

◆ getSelectedTestName()

def qtunittest.QtTestRunner.getSelectedTestName (   self)

◆ initGUI()

def qtunittest.QtTestRunner.initGUI (   self,
  root,
  initialTestName 
)
Set up the GUI inside the given root window. The test name entry
field will be pre-filled with the given initialTestName.

◆ notifyRunning()

◆ notifyStopped()

def qtunittest.QtTestRunner.notifyStopped (   self)

◆ notifyTestErrored()

◆ notifyTestFailed()

◆ notifyTestFinished()

◆ notifyTestStarted()

def qtunittest.QtTestRunner.notifyTestStarted (   self,
  test 
)

Member Data Documentation

◆ errorCountVar

◆ errorInfo

◆ failCountVar

◆ gui

◆ remainingCountVar

◆ root

◆ runCountVar


The documentation for this class was generated from the following file: