OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions
_XMLTestResult Class Reference

Inherits TestResult.

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.

Constructor & Destructor Documentation

def __init__ (   self,
  classname 
)

Definition at line 99 of file xmlrunner.py.

Member Function Documentation

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: