struct requirement

Overview

Structure that represents test requirement More…

#include <log_msg.h>

struct requirement {
    // fields

    struct requirement* next;
    char* id;
};

Detailed Documentation

Structure that represents test requirement

Fields

struct requirement* next

Pointer to the next requirement

char* id

Requirement Id