Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CU_get_number_of_failure_records (0.43 sec)

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

    CU_EXPORT unsigned int CU_get_number_of_failures(void);
    /**< Retrieves the number of failed assertions during the last run (reset each run). */
    CU_EXPORT unsigned int CU_get_number_of_failure_records(void);
    /**< 
     *  Retrieves the number failure records created during the previous run (reset each run).  
     *  Note that this may be more than the number of failed assertions, since failure 
    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