Macro
RUNNER_SETUP
Statements to execute when the runner initializes.
Since v1.0
#define RUNNER_SETUP(
)
Discussion 🔗
Invoked once at startup before any suites are executed. Global state can be initialized here.
Statements to execute when the runner initializes.
Invoked once at startup before any suites are executed. Global state can be initialized here.