Define TEST_GROUP_SETUP¶
Defined in File test.h
Define Documentation¶
-
TEST_GROUP_SETUP(group_name)¶
[source] Define the C setup function for a group declared with TEST_GROUP_C_WRAPPER.
The body you write runs before each test in the group.
- Parameters:
group_name – Must match the TEST_GROUP_C_WRAPPER declaration.