struct trc_report_stats

Overview

Testing results comparator statistics More…

#include <trc_report.h>

struct trc_report_stats {
    // fields

    unsigned int pass_exp;
    unsigned int pass_une;
    unsigned int fail_exp;
    unsigned int fail_une;
    unsigned int aborted;
    unsigned int new_run;
    unsigned int not_run;
    unsigned int skip_exp;
    unsigned int skip_une;
    unsigned int new_not_run;
};

Detailed Documentation

Testing results comparator statistics

Fields

unsigned int pass_exp

Passed as expected

unsigned int pass_une

Passed unexpectedly

unsigned int fail_exp

Failed as expected

unsigned int fail_une

Failed unexpectedly

unsigned int aborted

No useful result

unsigned int new_run

Run iterations with unknown expected result

unsigned int not_run

Not run iterations

unsigned int skip_exp

Skipped as expected

unsigned int skip_une

Skipped unexpectedly

unsigned int new_not_run

Not run iterations with unknown expected result