Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_test_execute_results Struct Reference

Data Fields

unsigned int last_failed
 
unsigned int last_passed
 
unsigned int last_time
 
unsigned int total_failed
 
unsigned int total_passed
 
unsigned int total_tests
 
unsigned int total_time
 

Detailed Description

global structure containing both total and last test execution results

Definition at line 87 of file test.c.

Field Documentation

◆ last_failed

unsigned int last_failed

number of failed tests during last execution

Definition at line 93 of file test.c.

Referenced by test_cli_execute_registered(), and test_execute_multiple().

◆ last_passed

unsigned int last_passed

number of passed tests during last execution

Definition at line 92 of file test.c.

Referenced by test_cli_execute_registered(), and test_execute_multiple().

◆ last_time

unsigned int last_time

total time of the last test execution

Definition at line 94 of file test.c.

Referenced by test_execute_multiple().

◆ total_failed

unsigned int total_failed

total number of executed tests failed

Definition at line 90 of file test.c.

Referenced by test_execute_multiple(), and test_generate_results().

◆ total_passed

unsigned int total_passed

total number of executed tests passed

Definition at line 89 of file test.c.

Referenced by test_execute_multiple(), and test_generate_results().

◆ total_tests

unsigned int total_tests

total number of tests, regardless if they have been executed or not

Definition at line 88 of file test.c.

Referenced by test_execute_multiple(), and test_generate_results().

◆ total_time

unsigned int total_time

total time of all executed tests

Definition at line 91 of file test.c.

Referenced by test_execute_multiple(), and test_generate_results().


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