Searched defs:function_type (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.h1876 UnitTestFunctionType function_type; member in struct:UnitTest
2037 void ** const volatile state, const UnitTestFunctionType function_type,
H A Dcmocka.c2599 void ** const volatile state, const UnitTestFunctionType function_type,
2629 if (function_type == UNIT_TEST_FUNCTION_TYPE_TEST) {
2640 if (function_type != UNIT_TEST_FUNCTION_TYPE_SETUP) {
2646 if (function_type == UNIT_TEST_FUNCTION_TYPE_TEST) {
2711 if (test->function_type == UNIT_TEST_FUNCTION_TYPE_SETUP) {
2715 if (test->function_type == UNIT_TEST_FUNCTION_TYPE_TEARDOWN) {
2734 switch (test->function_type) {
2759 test->function_type);
2766 test->function_type, test_check_point);
2771 switch (test->function_type) {
2597 _run_test( const char * const function_name, const UnitTestFunction Function, void ** const volatile state, const UnitTestFunctionType function_type, const void* const heap_check_point) argument
[all...]

Completed in 39 milliseconds