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

maeHasTestJobPolicy

maeHasTestJobPolicy(
t_testName
[ ?session t_sessionName ]
)
=> t / nil

Description

Checks if the given test has a test-specific job policy setup.

Arguments

t_testName

Name of the specified test.

?session t_sessionName

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

Value Returned

t

The given test has a test-specific job policy setup.

nil

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