Define TEST_GROUP_C_WRAPPER¶
Defined in File test.hpp
Define Documentation¶
-
TEST_GROUP_C_WRAPPER(group_name)¶
[source] Declare a test group that bridges C setup/teardown functions.
Equivalent to TEST_GROUP but additionally declares the
extern "C"setup and teardown wrapper symbols expected by TEST_GROUP_C_SETUP_WRAPPER and TEST_GROUP_C_TEARDOWN_WRAPPER.- Parameters:
group_name – Name of the group (also forms the C wrapper symbol names).