|
Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
| const char * | name |
| unsigned int | u_failure |
| unsigned int | u_success |
| unsigned int | x_failure |
| unsigned int | x_success |
Definition at line 43 of file test_logger.c.
| const char* name |
Definition at line 44 of file test_logger.c.
Referenced by AST_TEST_DEFINE(), handle_cli_dynamic_level_test(), handle_cli_performance_test(), and output_tests().
| unsigned int u_failure |
Definition at line 48 of file test_logger.c.
Referenced by handle_cli_dynamic_level_test(), handle_cli_performance_test(), and output_tests().
| unsigned int u_success |
Definition at line 47 of file test_logger.c.
Referenced by handle_cli_dynamic_level_test(), and output_tests().
| unsigned int x_failure |
Definition at line 46 of file test_logger.c.
Referenced by handle_cli_dynamic_level_test(), and output_tests().
| unsigned int x_success |
Definition at line 45 of file test_logger.c.
Referenced by handle_cli_dynamic_level_test(), handle_cli_performance_test(), and output_tests().
1.8.13