maeUpdateImplicitSignals
maeUpdateImplicitSignals(o_session [?test t_name]) =>t / nil
Description
Updates the implicit signals for the tests in the specified maestro session.
Arguments
|
Name of the test for which the implicit signal outputs are to be updated. |
Value Returned
|
The implicit signals are updated for the tests in the specified maestro session. |
|
Examples
Generates implicit signals for the expressions in the maestro setup, if the implicit signals do not already exist. It also clears the implicit signals which may have existed but are no longer used in any existing expression.
maeUpdateImplicitSignals( maeSession ?testName test1)
=> t
Return to top