logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

zt_test_case_func — type of pointer to a test case function

Authors

       Zygmunt Krynicki <me@zygoon.pl>

libzt 0.3.1                                     January 12, 2020                            zt_test_case_func(3)

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);

See Also