Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CU_run_all_tests (0.14 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/TestRun.h

    /*-------------------------------------------------------------------- 
     * Functions for running registered tests and suites.
     *--------------------------------------------------------------------*/
    CU_EXPORT CU_ErrorCode CU_run_all_tests(void);
    /**< 
     *  Runs all tests in all suites registered in the test registry.
     *  The suites are run in the order registered in the test registry.
     *  For each suite, it is first checked to make sure it is active.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 22K bytes
    - Viewed (0)
Back to top