| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The library containing routines that enable EMOS_FRM_driver to retry failed tests. This is implemented by writing an execution log in a temporary file. If the retry mode had been chosen (offered only in interactive mode), this file is analysed by the succeeding run. If a failed or uncompleeted test is detected, this test is reinvoked. All other tests are ignored.
Method Summary | |
int | FRM_DRV_ask_retry() Invokes a dialog which asks the user whether to retry the last run. |
int | FRM_DRV_can_retry() Indicates wheter a retry is possible which is true if retry is generally enabled, test is running in interactive mode and there is an old log file that could govern the retry. |
int | FRM_DRV_disable_retry() Use this function to disable retry capability. |
int | FRM_DRV_enable_retry() Use this function to enable the retry capability. |
int | FRM_DRV_is_retry() Indicates whether retry mode is active or not. |
int | FRM_DRV_retry_get_log_file_name() Retrieves the name of the active log file. |
int | FRM_DRV_retry_get_log_sep() Returns the log separator. |
int | FRM_DRV_retry_load_log_table() Loads the log file into an internal array tho provide for a quick lookup. |
int | FRM_DRV_retry_log_test1(in table, in test) Appends the first part of the log entry. |
int | FRM_DRV_retry_log_test2(in test_rc) Appends the second part of the log entry for the particular test. |
int | FRM_DRV_retry_lookup_log(in table, in test) Retrieves an log entry. |
int | FRM_DRV_retry_set_log_file_name(in file) Defines the name of the log file [default= <WrTmpDir>\\<testName>_<resName>.log]. |
int | FRM_DRV_retry_set_log_sep(in sep) You can define your own separator for entries in the log file [default=TAB]. |
Method Detail |
public int FRM_DRV_ask_retry()
public int FRM_DRV_can_retry()
public int FRM_DRV_disable_retry()
public int FRM_DRV_enable_retry()
public int FRM_DRV_is_retry()
public int FRM_DRV_retry_get_log_file_name()
public int FRM_DRV_retry_get_log_sep()
public int FRM_DRV_retry_load_log_table()
public int FRM_DRV_retry_log_test1(in table, in test)
public int FRM_DRV_retry_log_test2(in test_rc)
public int FRM_DRV_retry_lookup_log(in table, in test)
public int FRM_DRV_retry_set_log_file_name(in file)
public int FRM_DRV_retry_set_log_sep(in sep)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |