Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

maeClearAllTestJobPolicies

maeClearAllTestJobPolicies(
[ ?session t_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

?session t_sessionName

Name of the session. When not specified, it uses the current session.

Value Returned

t

The test-level job policy setup for each test in the setup is cleared.

nil

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
 ⠀
X