Package Peach :: Module logger :: Class Filesystem
[hide private]

Class Filesystem

source code


A file system logger.

Instance Methods [hide private]
 
__init__(self, params) source code
 
_writeMsg(self, line) source code
 
OnRunStarting(self, run)
Called when a run is starting.
source code
 
OnRunFinished(self, run)
Called when a run is finished.
source code
 
OnTestStarting(self, run, test, totalVariations)
Called on start of a test.
source code
 
OnTestFinished(self, run, test)
Called on completion of a test.
source code
 
OnTestCaseException(self, run, test, variationCount, exception)
Called when an exception occurs during a test case.
source code
 
OnFault(self, run, test, variationCount, monitorData, actionValues) source code
 
OnStopRun(self, run, test, variationCount, monitorData, value) source code
 
OnTestCaseStarting(self, run, test, variationCount)
Called on start of a test case.
source code

Inherited from Logger: OnTestCaseFinished, OnTestCaseReceived

Inherited from Engine.engine.EngineWatcher: setTotalVariations

Method Details [hide private]

OnRunStarting(self, run)

source code 

Called when a run is starting.

Overrides: Engine.engine.EngineWatcher.OnRunStarting
(inherited documentation)

OnRunFinished(self, run)

source code 

Called when a run is finished.

Overrides: Engine.engine.EngineWatcher.OnRunFinished
(inherited documentation)

OnTestStarting(self, run, test, totalVariations)

source code 

Called on start of a test. Each test has multiple variations.

Overrides: Engine.engine.EngineWatcher.OnTestStarting
(inherited documentation)

OnTestFinished(self, run, test)

source code 

Called on completion of a test.

Overrides: Engine.engine.EngineWatcher.OnTestFinished
(inherited documentation)

OnTestCaseException(self, run, test, variationCount, exception)

source code 

Called when an exception occurs during a test case.

Overrides: Engine.engine.EngineWatcher.OnTestCaseException
(inherited documentation)

OnFault(self, run, test, variationCount, monitorData, actionValues)

source code 
Overrides: Engine.engine.EngineWatcher.OnFault

OnStopRun(self, run, test, variationCount, monitorData, value)

source code 
Overrides: Engine.engine.EngineWatcher.OnStopRun

OnTestCaseStarting(self, run, test, variationCount)

source code 

Called on start of a test case.

Overrides: Engine.engine.EngineWatcher.OnTestCaseStarting