RTS API Documentation  1.10.11
Data Fields
_fct_logger_evt_t Struct Reference

#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
 

Detailed Description

Definition at line 2481 of file switch_fct.h.

Field Documentation

◆ chk

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().

◆ cndtn

char const* _fct_logger_evt_t::cndtn

Definition at line 2488 of file switch_fct.h.

Referenced by fct_standard_logger__on_test_skip().

◆ kern

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().

◆ msg

char const* _fct_logger_evt_t::msg

Definition at line 2487 of file switch_fct.h.

Referenced by fct_standard_logger__on_warn().

◆ name

char const* _fct_logger_evt_t::name

Definition at line 2489 of file switch_fct.h.

Referenced by fct_standard_logger__on_test_skip().

◆ test

fct_test_t const* _fct_logger_evt_t::test

◆ ts

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().


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