Package buildbot :: Package steps :: Module python_twisted :: Class TrialTestCaseCounter
[frames | no frames]

Class TrialTestCaseCounter

LogObserver --+    
              |    
LogLineObserver --+
                  |
                 TrialTestCaseCounter


Method Summary
  outLineReceived(self, line)
This will be called with complete stdout lines (not including the delimiter).
    Inherited from LogLineObserver
  __init__(self)
  errLineReceived(self, line)
This will be called with complete lines of stderr (not including the delimiter).
  errReceived(self, data)
This will be called with chunks of stderr data.
  outReceived(self, data)
This will be called with chunks of stdout data.
    Inherited from LogObserver
  logChunk(self, build, step, log, channel, text)
  setLog(self, loog)
  setStep(self, step)

Class Variable Summary
bool finished = False
int numTests = 0                                                                     
    Inherited from LogObserver
Implements __implemented__ = <implementedBy buildbot.process.builds...
ClassProvides __providedBy__ = <zope.interface.declarations.ClassProvi...
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...

Method Details

outLineReceived(self, line)

This will be called with complete stdout lines (not including the delimiter). Override this in your observer.
Overrides:
buildbot.process.buildstep.LogLineObserver.outLineReceived (inherited documentation)

Class Variable Details

finished

Type:
bool
Value:
False                                                                  

numTests

Type:
int
Value:
0                                                                     

Generated by Epydoc 2.1 on Sun Dec 10 22:04:45 2006 http://epydoc.sf.net