MeterLogger
|
#include <lib/heatshrink/greatest.h>
Data Fields | |
unsigned int | tests_run |
unsigned int | passed |
unsigned int | failed |
unsigned int | skipped |
clock_t | pre_suite |
clock_t | post_suite |
clock_t | pre_test |
clock_t | post_test |
Definition at line 102 of file greatest.h.
unsigned int greatest_suite_info::failed |
Definition at line 105 of file greatest.h.
unsigned int greatest_suite_info::passed |
Definition at line 104 of file greatest.h.
clock_t greatest_suite_info::post_suite |
Definition at line 110 of file greatest.h.
clock_t greatest_suite_info::post_test |
Definition at line 112 of file greatest.h.
clock_t greatest_suite_info::pre_suite |
Definition at line 109 of file greatest.h.
clock_t greatest_suite_info::pre_test |
Definition at line 111 of file greatest.h.
unsigned int greatest_suite_info::skipped |
Definition at line 106 of file greatest.h.
unsigned int greatest_suite_info::tests_run |
Definition at line 103 of file greatest.h.