| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The library routines for the EMOS_FRM_driver test.
Method Summary | |
int | FRM_DRV_handle_processed_block(in block, in test, in rc, inout frm_rc) Formats the report for procesed test blocks. |
int | FRM_DRV_handle_unimplemented_block(in block, inout frm_rc) Formats the report for unimplemented test blocks. |
int | FRM_DRV_handle_unknown_block(in block, inout frm_rc) Formats the report for unknown test blocks. |
int | FRM_DRV_main(in script_home, in data_home, in default_suite_table, in ask, in columns) The main loop processes all rows in the suite table. |
int | FRM_DRV_set_ask(in par) TRUE: gives you the option to choose the alternative suite table; FALSE: opens the defined table only [default] |
int | FRM_DRV_set_columns(in cols) Comma-separated string defining the titles of the four important columns [default: "Bearbeiten?,Testscript,Testtabelle,Testset[,Kommentar]"] |
int | FRM_DRV_set_data_home(in dir) Home directory for test data |
int | FRM_DRV_set_default_suite_table(in name) Name of the test suite table |
int | FRM_DRV_set_script_home(in dir) Home directory for test scripts |
int | FRM_DRV_test_set_driver(in script, in table, in testset) Executes a set of tests from a specified data table by the specified script. |
Method Detail |
public int FRM_DRV_handle_processed_block(in block, in test, in rc, inout frm_rc)
frm_rc
by 1 in case of rc!=0
.public int FRM_DRV_handle_unimplemented_block(in block, inout frm_rc)
frm_rc
by 1.public int FRM_DRV_handle_unknown_block(in block, inout frm_rc)
frm_rc
by 1.public int FRM_DRV_main(in script_home, in data_home, in default_suite_table, in ask, in columns)
"Bearbeiten?,Testscript,Testtabelle,Testset[,Kommentar]"]
public int FRM_DRV_set_ask(in par)
public int FRM_DRV_set_columns(in cols)
"Bearbeiten?,Testscript,Testtabelle,Testset[,Kommentar]"]
public int FRM_DRV_set_data_home(in dir)
public int FRM_DRV_set_default_suite_table(in name)
public int FRM_DRV_set_script_home(in dir)
public int FRM_DRV_test_set_driver(in script, in table, in testset)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |