maeHasTestJobPolicy
maeHasTestJobPolicy(t_testName[?sessiont_sessionName] ) => t / nil
Description
Checks if the given test has a test-specific job policy setup.
Arguments
|
Name of the session. When not specified, it uses the current session. |
|
Value Returned
|
The given test does not have a test-specific job policy setup. |
||
Examples
Checks if a given test has a test-specific job policy setup:
maeHasTestJobPolicy("AMSBC:Inv:1")
=> t
Return to top