Macro

TEST_SETUP

Statements to execute before each test of the test suite.

Since v1.0
#define TEST_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.