struct te_trc_db

Overview

Testing results comparison database More…

#include <trc_db.h>

struct te_trc_db {
    // fields

    char* filename;
    xmlDocPtr xml_doc;
    char* version;
    trc_tests tests;
    unsigned int user_id;
    trc_globals globals;
    bool last_match;
    bool merged;
    trc_unknown_exp_status unknown_exp_status;
};

Detailed Documentation

Testing results comparison database

Fields

char* filename

Location of the database file

xmlDocPtr xml_doc

XML document

char* version

Database version

trc_tests tests

Tree of tests

unsigned int user_id

ID of the next user

bool last_match

Choose the last match expectation

bool merged

True if other databases were merged into this one

trc_unknown_exp_status unknown_exp_status

How to treat unknown test/iteration