enum tapi_env_type

Overview

Types of entities in the Environment More…

#include <tapi_env.h>

enum tapi_env_type {
    TAPI_ENV_UNSPEC   = 0,
    TAPI_ENV_IUT,
    TAPI_ENV_TESTER,
    TAPI_ENV_IUT_PEER,
    TAPI_ENV_INVALID,
};

Detailed Documentation

Types of entities in the Environment

Enum Values

TAPI_ENV_UNSPEC

Unspecified

TAPI_ENV_IUT

Implementation Under Testing

TAPI_ENV_TESTER

Auxiluary tester

TAPI_ENV_IUT_PEER

Peer of the IUT

TAPI_ENV_INVALID

Environment is inconsistent