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)
  allPassed(self)
(inherited from Reporter)
  getRunningTime(self)
(inherited from Reporter)
  reportError(self, testClass, method, exc_info)
  reportFailure(self, testClass, method, exc_info)
  reportImportError(self, name, exc)
(inherited from Reporter)
  reportSkip(self, testClass, method, exc_info)
  reportStart(self, testClass, method)
(inherited from Reporter)
  reportSuccess(self, testClass, method)
  start(self, expectedTests)
(inherited from Reporter)
  stop(self)
  write(self, format, *args)
  writeln(self, format, *args)

Class Variable Summary
str DOUBLE_SEPARATOR
str SEPARATOR

Class Variable Details

DOUBLE_SEPARATOR

Type:
str
Value:
'=====================================================================\
=========='                                                            

SEPARATOR

Type:
str
Value:
'---------------------------------------------------------------------\
----------'                                                            

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:23 2003 http://epydoc.sf.net