Package twisted :: Package trial :: Module unittest :: Class TextReporter
[show private | hide private]
[frames | no frames]

Class TextReporter

Reporter --+
           |
          TextReporter

Known Subclasses:
TreeReporter, VerboseTextReporter

Method Summary
  __init__(self, stream)
  allPassed(self)
(inherited from Reporter)
  getRunningTime(self)
(inherited from Reporter)
  reportImportError(self, name, exc)
(inherited from Reporter)
  reportResults(self, testClass, method, resultType, results)
  reportStart(self, testClass, method)
(inherited from Reporter)
  start(self, expectedTests)
(inherited from Reporter)
  stop(self)
  write(self, format, *args)
  writeln(self, format, *args)
  _formatError(self, flavor, (testClass, method,
  _statusReport(self)

Class Variable Summary
string DOUBLE_SEPARATOR
string SEPARATOR

Class Variable Details

DOUBLE_SEPARATOR

Type:
string
Value:
'=====================================================================\
=========='                                                            

SEPARATOR

Type:
string
Value:
'---------------------------------------------------------------------\
----------'                                                            

Generated by Epydoc 1.1 on Thu Apr 17 12:56:19 2003 http://epydoc.sf.net