ShellProc Messages (Compact 2013)
3/26/2014
The following table shows the ShellProc messages for Tux.
Programming element |
Description |
---|---|
Sent to the DLL before a single test or group of tests from that DLL is executed. |
|
Sent to the DLL after a group of tests from that DLL has completed running. |
|
Sent once to the DLL immediately after the DLL loads. |
|
Sent once to the DLL immediately before the DLL unloads. |
|
Sent to the DLL before a single test or group of tests from that DLL executes. |
|
Sent to the DLL after a group of tests from that DLL finishes running. This message gives the DLL time to clean up after it runs. |
|
Sent to the DLL whenever a new group of tests is about to run. |
|
Sent to the DLL when a group of tests has finished running. |
|
Sent to the DLL immediately before a single test executes. |
|
Sent to the DLL after a single test case from the DLL executes. |
|
Sent to the DLL whenever code execution in the DLL causes an exception fault. |
|
Sent once to the DLL immediately following the SPM_SHELL_INFO message to query the DLL for its function table. |
|
Sent once to the DLL immediately following the SPM_LOAD_DLL message to give the DLL information about Tux. |
|
Sent once to the DLL immediately after SPM_LOAD_DLL and before SPM_SHELL_INFO to give the DLL information from the stability harness. |
|
Sent to the DLL immediately before a script starts. This message is sent to all loaded DLLs, including loaded DLLs that are not in the script. |
|
Sent to the DLL after the script stops. This message is sent when the script reaches its end or when you stop the script. |