enum tester_cfg_walk_ctl

Overview

Controls of Tester configuration traverse. More…

#include <tester_conf.h>

enum tester_cfg_walk_ctl {
    TESTER_CFG_WALK_CONT,
    TESTER_CFG_WALK_BACK,
    TESTER_CFG_WALK_BREAK,
    TESTER_CFG_WALK_SKIP,
    TESTER_CFG_WALK_EXC,
    TESTER_CFG_WALK_FIN,
    TESTER_CFG_WALK_STOP,
    TESTER_CFG_WALK_INTR,
    TESTER_CFG_WALK_FAULT,
    TESTER_CFG_WALK_EARGS,
};

Detailed Documentation

Controls of Tester configuration traverse.

Enum Values

TESTER_CFG_WALK_CONT

Continue

TESTER_CFG_WALK_BACK

Continue in backward direction

TESTER_CFG_WALK_BREAK

Break repetition or iteration loop and continue

TESTER_CFG_WALK_SKIP

Skip this item and continue with the rest

TESTER_CFG_WALK_EXC

Call session exception handler

TESTER_CFG_WALK_FIN

No necessity to walk new items, but call end callbacks of entered items

TESTER_CFG_WALK_STOP

Stop by user request

TESTER_CFG_WALK_INTR

Interrupt testing because of keep-alive validation or exception handler failure

TESTER_CFG_WALK_FAULT

Interrupt because of internal error

TESTER_CFG_WALK_EARGS

Skipping due to incorrect arguments