OpenVPN
|
Data Fields | |
const ListNode * | check_point |
const struct CMUnitTest * | test |
void * | state |
const char * | error_message |
enum CMUnitTestStatus | status |
double | runtime |
const ListNode* CMUnitTestState::check_point |
Definition at line 369 of file cmocka.c.
Referenced by _run_group_tests(), _run_test(), _run_tests(), and cmocka_run_one_tests().
const char* CMUnitTestState::error_message |
Definition at line 372 of file cmocka.c.
Referenced by _cmocka_run_group_tests(), cmocka_run_one_tests(), and cmprintf_group_finish_xml().
double CMUnitTestState::runtime |
Definition at line 374 of file cmocka.c.
Referenced by _cmocka_run_group_tests(), cmocka_run_one_tests(), and cmprintf_group_finish_xml().
void* CMUnitTestState::state |
Definition at line 371 of file cmocka.c.
Referenced by _cmocka_run_group_tests(), and cmocka_run_one_tests().
enum CMUnitTestStatus CMUnitTestState::status |
Definition at line 373 of file cmocka.c.
Referenced by _cmocka_run_group_tests(), cmocka_run_one_tests(), cmprintf_group_finish_standard(), and cmprintf_group_finish_xml().
const struct CMUnitTest* CMUnitTestState::test |
Definition at line 370 of file cmocka.c.
Referenced by _cmocka_run_group_tests(), _run_group_tests(), _run_tests(), cmocka_run_one_tests(), cmprintf_group_finish_standard(), and cmprintf_group_finish_xml().