Macro

SUITE_SETUP

Statements to execute prior to the test suite.

Since v1.0
#define SUITE_SETUP(
SUITE_NAME)

Parameters 🔗

SUITE_NAME in

Test suite.

Discussion 🔗

It should be followed by a pair of opening and closing curly braces with the statements in between then.