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

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.h1352 * const struct CMUnitTest tests[] = {
1491 /** Initializes a CMUnitTest structure. */
1494 /** Initializes a CMUnitTest structure with a setup function. */
1497 /** Initializes a CMUnitTest structure with a teardown function. */
1501 * Initialize an array of CMUnitTest structures with a setup function for a test
1511 * @brief Run tests specified by an array of CMUnitTest structures.
1552 * const struct CMUnitTest tests[] = {
1566 int cmocka_run_group_tests(const struct CMUnitTest group_tests[],
1576 * @brief Run tests specified by an array of CMUnitTest structures and specify
1620 * const struct CMUnitTest test
1892 struct CMUnitTest { struct
[all...]

Completed in 143 milliseconds