xmlrunner::_XMLTestResult Class Reference

List of all members.

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 118 of file xmlrunner.py.


Member Function Documentation

def xmlrunner::_XMLTestResult::__init__ (   self,
  classname 
)

Definition at line 126 of file xmlrunner.py.

def xmlrunner::_XMLTestResult::addError (   self,
  test,
  err 
)

Definition at line 151 of file xmlrunner.py.

def xmlrunner::_XMLTestResult::addFailure (   self,
  test,
  err 
)

Definition at line 155 of file xmlrunner.py.

def xmlrunner::_XMLTestResult::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 159 of file xmlrunner.py.

def xmlrunner::_XMLTestResult::startTest (   self,
  test 
)

Definition at line 134 of file xmlrunner.py.

def xmlrunner::_XMLTestResult::stopTest (   self,
  test 
)

Definition at line 140 of file xmlrunner.py.


The documentation for this class was generated from the following file:
Generated on Thu May 30 16:07:33 2013 for GME by  doxygen 1.6.3