_XMLTestResult Class Reference

Public Member Functions

def __init__
def startTest
def stopTest
def addError
def addFailure
def print_report

Detailed Description

A test result class that stores result as XML.

Used by XMLTestRunner.

Definition at line 91 of file xmlrunner.py.


Member Function Documentation

def __init__ (   self,
  classname 
)

Definition at line 99 of file xmlrunner.py.

def addError (   self,
  test,
  err 
)

Definition at line 124 of file xmlrunner.py.

def addFailure (   self,
  test,
  err 
)

Definition at line 128 of file xmlrunner.py.

def print_report (   self,
  stream,
  time_taken,
  out,
  err 
)
Prints the XML report to the supplied stream.

The time the tests took to perform as well as the captured standard
output and standard error streams must be passed in.a

Definition at line 132 of file xmlrunner.py.

def startTest (   self,
  test 
)

Definition at line 107 of file xmlrunner.py.

def stopTest (   self,
  test 
)

Definition at line 113 of file xmlrunner.py.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated on 10 Nov 2016 for OpenStructure by  doxygen 1.6.1