Define TEST¶
Defined in File test.hpp
Define Documentation¶
-
TEST(group_name, test_name)
[source] Define a C test function body.
The function stub is called by the corresponding TEST_C_WRAPPER macro in the C++ bridge file.
- Parameters:
group_name – Test group.
test_name – Test name.