public class ScriptDebuggingEvent extends ScriptEvent
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Field and Description |
---|---|
static int |
SCRIPT_DEBUG_COMMAND_IN_PROCEDURE_REACHED
Notify listeners that a procedure call was detected.
|
static int |
SCRIPT_DEBUG_LINE_SKIPPED
Notify listeners that a comment line was skipped.
|
static int |
SCRIPT_DEBUG_NESTED_BLOCK_CREATED
Notify listeners that an 'if' wrapper was created.
|
static int |
SCRIPT_DEBUG_PROCEDURE_CALL_ENDED
Notify listeners that a procedure call was detected.
|
static int |
SCRIPT_DEBUG_PROCEDURE_CALL_REACHED
Notify listeners that a procedure call was detected.
|
static int |
SCRIPT_DEBUG_PROCEDURE_DEFINITION_END_REACHED
Notify listeners that end of a procedure definition was reached.
|
static int |
SCRIPT_DEBUG_PROCEDURE_WRAPPER_CREATED
Notify listeners that a procedure wrapper was created.
|
static int |
SCRIPT_DEBUG_STRUCTURE_END_REACHED
Notify listeners that an 'if' wrapper was created.
|
static int |
SCRIPT_DEBUG_STRUCTURE_WRAPPER_CONTINUED
Notify listeners that an 'else' or 'else if' branch was reached.
|
static int |
SCRIPT_DEBUG_STRUCTURE_WRAPPER_CREATED
Notify listeners that an 'if' wrapper was created.
|
static int |
SCRIPT_DEBUG_VALIDATING_LINE
Notify listeners that a comment line was skipped.
|
static int |
SCRIPT_DEBUG_VALIDATION_STARTED
Notify listeners that a procedure wrapper was created.
|
SCRIPT_BLOCK_EXECUTION_FINISHED, SCRIPT_CLIENT_CREATED, SCRIPT_CMD_COMPARISON_END, SCRIPT_CMD_COMPARISON_FAILED_FOR_IO_ERROR, SCRIPT_CMD_COMPARISON_FAILED_FOR_MISMATCH, SCRIPT_CMD_COMPARISON_START, SCRIPT_CMD_MOUSE_END, SCRIPT_CMD_MOUSE_START, SCRIPT_COMPILATION_FINISHED, SCRIPT_COMPILATION_STARTED, SCRIPT_ERRORS_AVAILABLE, SCRIPT_EXECUTED_LINE_CHANGED, SCRIPT_EXECUTING_INCLUDE, SCRIPT_EXECUTION_FINISHED, SCRIPT_EXECUTION_PAUSED, SCRIPT_EXECUTION_RESUMED, SCRIPT_EXECUTION_SIGNOFF, SCRIPT_EXECUTION_STARTED, SCRIPT_EXECUTION_STOPPED, SCRIPT_GOING_TO_RUN_LINE, SCRIPT_INCLUDE_FAILED, SCRIPT_INTERPRET_DESTROYED, SCRIPT_INTERPRET_INITIALIZED, SCRIPT_MESSAGE_AVAILABLE, SCRIPT_NESTED_INTERPRET_CREATED, SCRIPT_PAUSE_FLAG_CHANGED, SCRIPT_PROCEDURE_FINISHED, SCRIPT_PROCEDURE_STARTED, SCRIPT_REPORT_FIRST_CREATED, SCRIPT_VARIABLES_UPDATED
Constructor and Description |
---|
ScriptDebuggingEvent(Object source,
TestScriptInterpret interpret,
ScriptingContext context,
int type) |
ScriptDebuggingEvent(Object source,
TestScriptInterpret interpret,
ScriptingContext context,
String message) |
getContext, getCustomObject, getInterpret, getMessage, getScriptManager, getSource, getType, getWrapper, setCustomObject
toString
public static final int SCRIPT_DEBUG_VALIDATION_STARTED
public static final int SCRIPT_DEBUG_PROCEDURE_WRAPPER_CREATED
public static final int SCRIPT_DEBUG_PROCEDURE_DEFINITION_END_REACHED
public static final int SCRIPT_DEBUG_PROCEDURE_CALL_REACHED
public static final int SCRIPT_DEBUG_PROCEDURE_CALL_ENDED
public static final int SCRIPT_DEBUG_COMMAND_IN_PROCEDURE_REACHED
public static final int SCRIPT_DEBUG_STRUCTURE_WRAPPER_CREATED
public static final int SCRIPT_DEBUG_STRUCTURE_WRAPPER_CONTINUED
public static final int SCRIPT_DEBUG_STRUCTURE_END_REACHED
public static final int SCRIPT_DEBUG_NESTED_BLOCK_CREATED
public static final int SCRIPT_DEBUG_LINE_SKIPPED
public static final int SCRIPT_DEBUG_VALIDATING_LINE
public ScriptDebuggingEvent(Object source, TestScriptInterpret interpret, ScriptingContext context, int type)
public ScriptDebuggingEvent(Object source, TestScriptInterpret interpret, ScriptingContext context, String message)