axlGetEnabledTests
axlGetEnabledTests(x_mainSDB) =>l_tests/nil
Description
Returns a list of tests enabled in the given setup database.
Arguments
Value Returned
|
A list containing the handles and names of the tests enabled in the given setup. |
|
Examples
The following example shows how to get the list of enabled tests:
session = axlGetWindowSession()
=>"session0"
x_mainSDB = axlGetMainSetupDB(session)
=>1001
axlGetEnabledTests(x_mainSDB)
=>((1005 "AC") (1013 "TEST"))
Related Topics
Return to top