axlGetCornerDisabledTests
axlGetCornerDisabledTests(x_cornerHandle) =>l_testNames/ nil
Description
Returns a list containing a handle to the disabled tests and the names of tests that are disabled for the given corner.
Arguments
|
Handle to the corner for which you need to find the disabled tests. |
Value Returned
|
List containing a handle to the disabled tests and the names of tests that are disabled for the given corner. |
|
Examples
The following example gets a list of all the test names disabled for corner C1.
session = axlGetWindowSession()
=> "session0"
x_mainSDB = axlGetMainSetupDB(session)
=> 1001
x_cHandle= axlGetCorner(x_mainSDB "C1") )
=> 1065
axlGetCornerDisabledTests(x_cHandle)
=> ( (3978 ("AC" "TRAN") )
Related Topics
Return to top