Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CU_run_test (0.07 sec)

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

     *          initialization or cleanup or during test runs.
     *  @see CU_run_all_tests() to run all suites.
     *  @see CU_run_test() to run a single test in a specific suite.
     */
    
    CU_EXPORT CU_ErrorCode CU_run_test(CU_pSuite pSuite, CU_pTest pTest);
    /**< 
     *  Runs a specific test in a specified suite.
     *  The suite need not be registered in the test registry to be run,
    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