Define TEST_GROUP_C_SETUP_WRAPPER

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: