zt_test_case_func — type of pointer to a test case function
Contents
Description
zt_test_case_func is a pointer to a function implementing a single test case.
History
zt_test_case_func first appeared in libzt 0.1
Implementation Notes
The zt_test pointer (aka zt_t) argument is meant to be passed to zt_check() and zt_assert() to alter the
outcome of the test.
Name
zt_test_case_func — type of pointer to a test case function
See Also
zt_test(3), zt_visit_test_case(3), zt_visit_test_suite(3)
Synopsis
typedefvoid(*zt_test_case_func)(zt_t);
