Lesson 1 – Test Method Structure
424
TEST(“aout”, “THD”, dTHD, TRUE);
The GET_TESTFLOW_FLAG API can be used to get the current 
setting of a specified test flow flag. By using this API in a test 
method program and setting the related test flow flag, you can 
switch the option:
INT iGlobalOverOn;
GET_TESTFLOW_FLAG(“global_overon”, &iGlobalOverOn);
TEST(“aout”, “THD”, dTHD, iGlobalOverOn);