RTS API Documentation
1.10.11
|
#include <switch_fct.h>
Data Fields | |
fct_ts_t * | ts_curr |
int | ts_is_skip_suite |
char const * | ts_skip_cndtn |
char const * | curr_test_name |
fct_test_t * | curr_test |
const char * | test_skip_cndtn |
int | test_is_skip |
int | test_num |
size_t | num_total_failed |
Definition at line 1820 of file switch_fct.h.
fct_test_t* _fct_namespace_t::curr_test |
Definition at line 1829 of file switch_fct.h.
char const* _fct_namespace_t::curr_test_name |
Definition at line 1828 of file switch_fct.h.
size_t _fct_namespace_t::num_total_failed |
Definition at line 1837 of file switch_fct.h.
int _fct_namespace_t::test_is_skip |
Definition at line 1831 of file switch_fct.h.
int _fct_namespace_t::test_num |
Definition at line 1834 of file switch_fct.h.
const char* _fct_namespace_t::test_skip_cndtn |
Definition at line 1830 of file switch_fct.h.
fct_ts_t* _fct_namespace_t::ts_curr |
Definition at line 1823 of file switch_fct.h.
int _fct_namespace_t::ts_is_skip_suite |
Definition at line 1824 of file switch_fct.h.
char const* _fct_namespace_t::ts_skip_cndtn |
Definition at line 1825 of file switch_fct.h.