maeClearAllTestJobPolicies
maeClearAllTestJobPolicies( [?sessiont_sessionName] ) => t / nil
Description
Clears the test-level job policy setup for each test in the setup. The job policy setup at the global level is not removed.
Arguments
|
Name of the session. When not specified, it uses the current session. |
||
Value Returned
|
The test-level job policy setup for each test in the setup is cleared. |
||
|
The test-level job policy setup is not cleared for the tests. |
||
Examples
Clears the test-level job policies for the current session.
maeClearAllTestJobPolicies()
=> t
Clears the test-level job policies for the given session.
maeClearAllTestJobPolicies(?session "fnxSession0")
=> t
Return to top