maeClearTestJobPolicy
maeClearTestJobPolicy(t_testName[?sessiont_sessionName] ) => t / nil
Description
Clears the job setup of a given test and applies the global job setup.
Arguments
|
Name of the test for which the job policies are to be removed. |
||
|
Name of the session. When not specified, it uses the current session. |
||
Value Returned
|
The the job setup of the given test is cleared and the global job setup is applied. |
||
|
The the job setup of the given test is not cleared and the global job setup is not applied. |
||
Examples
Clear the test-level job setup for the test.
maeClearTestJobPolicy("AMSBC:Inv:1")
=> t
Return to top