|
def | __init__ (self, f) |
|
def | header (self, testsCount, failuresCount) |
|
def | suite (self, suiteName, overallCount, errors) |
|
def | footer (self) |
|
◆ __init__()
def checkProjectStructure.XmlReporter.__init__ |
( |
|
self, |
|
|
|
f |
|
) |
| |
◆ footer()
def checkProjectStructure.XmlReporter.footer |
( |
|
self | ) |
|
◆ formatFailure()
def checkProjectStructure.XmlReporter.formatFailure |
( |
|
buff, |
|
|
|
kind, |
|
|
|
name, |
|
|
|
msg |
|
) |
| |
|
static |
◆ header()
def checkProjectStructure.XmlReporter.header |
( |
|
self, |
|
|
|
testsCount, |
|
|
|
failuresCount |
|
) |
| |
◆ suite()
def checkProjectStructure.XmlReporter.suite |
( |
|
self, |
|
|
|
suiteName, |
|
|
|
overallCount, |
|
|
|
errors |
|
) |
| |
◆ fout
checkProjectStructure.XmlReporter.fout |
The documentation for this class was generated from the following file: