Searched refs:UnitTest (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.h1434 /** Initializes a UnitTest structure.
1443 /** Initializes a UnitTest structure with a setup function.
1455 /** Initializes a UnitTest structure with a teardown function.
1464 /** Initializes a UnitTest structure for a group setup function.
1471 /** Initializes a UnitTest structure for a group teardown function.
1479 * Initialize an array of UnitTest structures with a setup function for a test
1873 typedef struct UnitTest { struct
1877 } UnitTest; typedef in typeref:struct:UnitTest
1882 const UnitTest *tests;
2039 CMOCKA_DEPRECATED int _run_tests(const UnitTest * cons
[all...]
H A Dcmocka.c2674 int _run_tests(const UnitTest * const tests, const size_t number_of_tests) {
2709 const UnitTest * const test = &tests[i];
2729 const UnitTest * const test = &tests[current_test++];
2829 int _run_group_tests(const UnitTest * const tests, const size_t number_of_tests)
2853 const UnitTest * const test = &tests[i];
2902 const UnitTest * const test = &tests[current_test++];

Completed in 39 milliseconds