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;
};

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