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

#include <stats.h>

Public Member Functions

bool CR_DEPRECATED_MEMBER (failed)
 

Data Fields

struct criterion_testtest
 
struct criterion_assert_statsasserts
 
enum criterion_test_status test_status
 
int passed_asserts
 
int failed_asserts
 
int signal
 
int exit_code
 
float elapsed_time
 
bool timed_out
 
bool crashed
 
unsigned progress
 
const char * file
 
const char * message
 
struct criterion_test_statsnext
 

Detailed Description

Definition at line 49 of file stats.h.

Member Function Documentation

◆ CR_DEPRECATED_MEMBER()

bool criterion_test_stats::CR_DEPRECATED_MEMBER ( failed )

Field Documentation

◆ asserts

struct criterion_assert_stats* criterion_test_stats::asserts

Definition at line 51 of file stats.h.

◆ crashed

bool criterion_test_stats::crashed

Definition at line 60 of file stats.h.

◆ elapsed_time

float criterion_test_stats::elapsed_time

Definition at line 58 of file stats.h.

◆ exit_code

int criterion_test_stats::exit_code

Definition at line 57 of file stats.h.

◆ failed_asserts

int criterion_test_stats::failed_asserts

Definition at line 55 of file stats.h.

◆ file

const char* criterion_test_stats::file

Definition at line 62 of file stats.h.

◆ message

const char* criterion_test_stats::message

Definition at line 63 of file stats.h.

◆ next

struct criterion_test_stats* criterion_test_stats::next

Definition at line 65 of file stats.h.

◆ passed_asserts

int criterion_test_stats::passed_asserts

Definition at line 54 of file stats.h.

◆ progress

unsigned criterion_test_stats::progress

Definition at line 61 of file stats.h.

◆ signal

int criterion_test_stats::signal

Definition at line 56 of file stats.h.

◆ test

struct criterion_test* criterion_test_stats::test

Definition at line 50 of file stats.h.

◆ test_status

enum criterion_test_status criterion_test_stats::test_status

Definition at line 53 of file stats.h.

◆ timed_out

bool criterion_test_stats::timed_out

Definition at line 59 of file stats.h.


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