Define TEST_GROUP_C_SETUP_WRAPPER¶
Defined in File test.hpp
Define Documentation¶
-
TEST_GROUP_C_SETUP_WRAPPER(group_name)¶
[source] Define the C setup wrapper for a group declared with TEST_GROUP_C_WRAPPER.
The body you write delegates to the C function
group_##group_name##_setup_wrapper_c, which is defined in the .c file.- Parameters:
group_name – Group name, must match the TEST_GROUP_C_WRAPPER declaration.