Peach :: Agent :: test :: TestFault :: Class TestFault
[hide private]

Class TestFault

source code


Instance Methods [hide private]
 
DetectedFault(self)
Check if a fault was detected.
source code
 
StopRun(self)
Return True to force test run to fail.
source code

Inherited from agent.Monitor: GetMonitorData, OnFault, OnShutdown, OnTestFinished, OnTestStarting, __init__

Method Details [hide private]

DetectedFault(self)

source code 

Check if a fault was detected.

Overrides: agent.Monitor.DetectedFault

StopRun(self)

source code 

Return True to force test run to fail. This should return True if an unrecoverable error occurs.

Overrides: agent.Monitor.StopRun
(inherited documentation)