Scrutiny  1.1.0
C testing framework for POSIX environments
Data Fields
scrStats Struct Reference

Holds the test results. More...

#include <run.h>

Data Fields

unsigned int num_passed
 
unsigned int num_skipped
 
unsigned int num_failed
 
unsigned int num_errored
 

Detailed Description

Holds the test results.

Field Documentation

◆ num_passed

unsigned int scrStats::num_passed

The number of tests which passed.

◆ num_skipped

unsigned int scrStats::num_skipped

The number of tests which were skipped.

◆ num_failed

unsigned int scrStats::num_failed

The number of tests which failed.

◆ num_errored

unsigned int scrStats::num_errored

The number of tests which encountered an error (i.e., some terminating signal).


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