Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
criterion_global_stats Struct Reference

#include <stats.h>

Data Fields

struct criterion_suite_statssuites
 
size_t nb_suites
 
size_t nb_tests
 
size_t nb_asserts
 
size_t tests_skipped
 
size_t tests_failed
 
size_t tests_crashed
 
size_t tests_passed
 
size_t asserts_failed
 
size_t asserts_passed
 
size_t errors
 
size_t warnings
 

Detailed Description

Definition at line 88 of file stats.h.

Field Documentation

◆ asserts_failed

size_t criterion_global_stats::asserts_failed

Definition at line 97 of file stats.h.

◆ asserts_passed

size_t criterion_global_stats::asserts_passed

Definition at line 98 of file stats.h.

◆ errors

size_t criterion_global_stats::errors

Definition at line 99 of file stats.h.

◆ nb_asserts

size_t criterion_global_stats::nb_asserts

Definition at line 92 of file stats.h.

◆ nb_suites

size_t criterion_global_stats::nb_suites

Definition at line 90 of file stats.h.

◆ nb_tests

size_t criterion_global_stats::nb_tests

Definition at line 91 of file stats.h.

◆ suites

struct criterion_suite_stats* criterion_global_stats::suites

Definition at line 89 of file stats.h.

◆ tests_crashed

size_t criterion_global_stats::tests_crashed

Definition at line 95 of file stats.h.

◆ tests_failed

size_t criterion_global_stats::tests_failed

Definition at line 94 of file stats.h.

◆ tests_passed

size_t criterion_global_stats::tests_passed

Definition at line 96 of file stats.h.

◆ tests_skipped

size_t criterion_global_stats::tests_skipped

Definition at line 93 of file stats.h.

◆ warnings

size_t criterion_global_stats::warnings

Definition at line 100 of file stats.h.


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