reven.api.InspectorStopExecution(object)
class documentationreven.api
(View In Hierarchy)
This inspector stops the execution at a certain configured point.
Method | __init__ | Initialize a properly configured instance of InspectorStopExecution. |
Initialize a properly configured instance of InspectorStopExecution.
Parameters | sequence_count | stop after executing this number of sequences. If 0, try to execute as many sequences as possible. |
symbol | stop after reaching the symbol of that name. We need to know about the symbol's name early enough. If "" (default value), don't stop due to symbols | |
leave_once_main_exists | if true, stop once the function we started the scenario in exits. |