📄 emos_testset_driver.tsl
字号:
<head></head><body><pre></font><font color="#ff0000"><i>################################################################################</font></i><font color=black></font><font color="#ff0000"><i># TEST: emos_testset_driver</font></i><font color=black></font><font color="#ff0000"><i>################################################################################</font></i><font color=black></font><font color="#ff0000"><i># $Revision: 1.1.1.1 $</font></i><font color=black></font><font color="#ff0000"><i># $Author: drajovic $</font></i><font color=black></font><font color="#ff0000"><i># $Date: 2004/03/24 20:14:01 $</font></i><font color=black></font><font color="#ff0000"><i># $Source: d:\\Archive/FRAMEWORK/EMOS_GPL/FRM/TPL/Scripts/DRV/emos_testset_driver/script,v $</font></i><font color=black></font><font color="#ff0000"><i># $NoKeywords: $</font></i><font color=black></font><font color="#ff0000"><i>################################################################################</font></i><font color=black></font><font color="#ff0000"><i>#</font></i><font color=black></font><font color="#ff0000"><i>/***#* A simple driver for a single test set. This driver was designed to be used#* with TestDirector. The idea is that we could create test sets in TestDirector#* and replace with them the Frameworks concept of "test suite". So a test set#* in TestDirector could act a counterpart of one test suite. What we need to do#* is create automate tests within the test subject tree that all prepare the#* required three parameters and call this test.#*/</font></i><font color=black><b>static</b> rc;<b>if</b> ( arg_script == </font><font color="#00bb00">""</font><font color=black> || arg_table == </font><font color="#00bb00">""</font><font color=black> || arg_testset == </font><font color="#00bb00">""</font><font color=black> ) <b>treturn</b> E_ILLEGAL_PARAMETER;wrlog_set_start( arg_testset );FRM_close_all();rc = FRM_DRV_test_set_driver( arg_script, join_path( DATA_HOME, arg_table, </font><font color="#00bb00">"\\"</font><font color=black> ), arg_testset );FRM_close_all();wrlog_set_stop( arg_testset, rc );<b>treturn</b> rc;</pre></body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -