MeterLogger
Data Fields
greatest_run_info Struct Reference

#include <lib/heatshrink/greatest.h>

Collaboration diagram for greatest_run_info:

Data Fields

unsigned int flags
 
unsigned int tests_run
 
unsigned int passed
 
unsigned int failed
 
unsigned int skipped
 
greatest_suite_info suite
 
const char * fail_file
 
unsigned int fail_line
 
const char * msg
 
greatest_setup_cbsetup
 
void * setup_udata
 
greatest_teardown_cbteardown
 
void * teardown_udata
 
unsigned int col
 
unsigned int width
 
char * suite_filter
 
char * test_filter
 
clock_t begin
 
clock_t end
 

Detailed Description

Definition at line 129 of file greatest.h.

Field Documentation

◆ begin

clock_t greatest_run_info::begin

Definition at line 161 of file greatest.h.

◆ col

unsigned int greatest_run_info::col

Definition at line 153 of file greatest.h.

◆ end

clock_t greatest_run_info::end

Definition at line 162 of file greatest.h.

◆ fail_file

const char* greatest_run_info::fail_file

Definition at line 142 of file greatest.h.

◆ fail_line

unsigned int greatest_run_info::fail_line

Definition at line 143 of file greatest.h.

◆ failed

unsigned int greatest_run_info::failed

Definition at line 135 of file greatest.h.

◆ flags

unsigned int greatest_run_info::flags

Definition at line 130 of file greatest.h.

◆ msg

const char* greatest_run_info::msg

Definition at line 144 of file greatest.h.

◆ passed

unsigned int greatest_run_info::passed

Definition at line 134 of file greatest.h.

◆ setup

greatest_setup_cb* greatest_run_info::setup

Definition at line 147 of file greatest.h.

◆ setup_udata

void* greatest_run_info::setup_udata

Definition at line 148 of file greatest.h.

◆ skipped

unsigned int greatest_run_info::skipped

Definition at line 136 of file greatest.h.

◆ suite

greatest_suite_info greatest_run_info::suite

Definition at line 139 of file greatest.h.

◆ suite_filter

char* greatest_run_info::suite_filter

Definition at line 157 of file greatest.h.

◆ teardown

greatest_teardown_cb* greatest_run_info::teardown

Definition at line 149 of file greatest.h.

◆ teardown_udata

void* greatest_run_info::teardown_udata

Definition at line 150 of file greatest.h.

◆ test_filter

char* greatest_run_info::test_filter

Definition at line 158 of file greatest.h.

◆ tests_run

unsigned int greatest_run_info::tests_run

Definition at line 131 of file greatest.h.

◆ width

unsigned int greatest_run_info::width

Definition at line 154 of file greatest.h.


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