|
RTS API Documentation
1.10.11
|
#include <switch_fct.h>
Collaboration diagram for _fct_logger_evt_t:Data Fields | |
| fctkern_t const * | kern |
| fctchk_t const * | chk |
| fct_test_t const * | test |
| fct_ts_t const * | ts |
| char const * | msg |
| char const * | cndtn |
| char const * | name |
Definition at line 2481 of file switch_fct.h.
| fctchk_t const* _fct_logger_evt_t::chk |
Definition at line 2484 of file switch_fct.h.
Referenced by fct_minimal_logger__on_chk(), and fct_standard_logger__on_chk().
| char const* _fct_logger_evt_t::cndtn |
Definition at line 2488 of file switch_fct.h.
Referenced by fct_standard_logger__on_test_skip().
| fctkern_t const* _fct_logger_evt_t::kern |
Definition at line 2483 of file switch_fct.h.
Referenced by fct_standard_logger__on_fctx_end().
| char const* _fct_logger_evt_t::msg |
Definition at line 2487 of file switch_fct.h.
Referenced by fct_standard_logger__on_warn().
| char const* _fct_logger_evt_t::name |
Definition at line 2489 of file switch_fct.h.
Referenced by fct_standard_logger__on_test_skip().
| fct_test_t const* _fct_logger_evt_t::test |
Definition at line 2485 of file switch_fct.h.
Referenced by fct_standard_logger__on_test_end(), and fct_standard_logger__on_test_start().
| fct_ts_t const* _fct_logger_evt_t::ts |
Definition at line 2486 of file switch_fct.h.
Referenced by fct_junit_logger__on_test_suite_end().
1.8.13