Define TEST_GROUP_TEARDOWN¶
Defined in File test.h
Define Documentation¶
-
TEST_GROUP_TEARDOWN(group_name)¶
[source] Define the C teardown function for a group declared with TEST_GROUP_C_WRAPPER.
- Parameters:
group_name – Must match the TEST_GROUP_C_WRAPPER declaration.