Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CU_basic_run_test (0.18 sec)

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

     *
     *  @param pSuite The CU_Suite to run.
     *  @return A CU_ErrorCode indicating the framework error condition, including
     *          CUE_NOSUITE - pSuite was NULL.
     */
    
    CU_EXPORT CU_ErrorCode CU_basic_run_test(CU_pSuite pSuite, CU_pTest pTest);
    /**<
     *  Runs a single test in a specific suite in the basic interface.
     *  If pSuite or pTest is NULL, the function returns without
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.9K bytes
    - Viewed (0)
Back to top