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

Class TestStopOnFirst

source code


Will force a stop after 1 test case

Instance Methods [hide private]
 
StopRun(self)
Return True to force test run to fail.
source code

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

Method Details [hide private]

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)