RTS API Documentation  1.10.11
Data Fields
_fct_namespace_t Struct Reference

#include <switch_fct.h>

+ Collaboration diagram for _fct_namespace_t:

Data Fields

fct_ts_tts_curr
 
int ts_is_skip_suite
 
char const * ts_skip_cndtn
 
char const * curr_test_name
 
fct_test_tcurr_test
 
const char * test_skip_cndtn
 
int test_is_skip
 
int test_num
 
size_t num_total_failed
 

Detailed Description

Definition at line 1820 of file switch_fct.h.

Field Documentation

◆ curr_test

fct_test_t* _fct_namespace_t::curr_test

Definition at line 1829 of file switch_fct.h.

◆ curr_test_name

char const* _fct_namespace_t::curr_test_name

Definition at line 1828 of file switch_fct.h.

◆ num_total_failed

size_t _fct_namespace_t::num_total_failed

Definition at line 1837 of file switch_fct.h.

◆ test_is_skip

int _fct_namespace_t::test_is_skip

Definition at line 1831 of file switch_fct.h.

◆ test_num

int _fct_namespace_t::test_num

Definition at line 1834 of file switch_fct.h.

◆ test_skip_cndtn

const char* _fct_namespace_t::test_skip_cndtn

Definition at line 1830 of file switch_fct.h.

◆ ts_curr

fct_ts_t* _fct_namespace_t::ts_curr

Definition at line 1823 of file switch_fct.h.

◆ ts_is_skip_suite

int _fct_namespace_t::ts_is_skip_suite

Definition at line 1824 of file switch_fct.h.

◆ ts_skip_cndtn

char const* _fct_namespace_t::ts_skip_cndtn

Definition at line 1825 of file switch_fct.h.


The documentation for this struct was generated from the following file: