Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CU_get_suite (0.08 sec)

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

     *  the registry is not initialized, or CUE_SUCCESS if pos was invalid.  Use 
     *  CU_get_suite() to retrieve a suite by name rather than position.
     *
     *  @param pos The 1-based position of the suite to fetch.
     *  @return Returns a pointer to the suite, or 0 if not found or an error occurred.
     *  @see CU_get_suite()
     */
    
    CU_EXPORT 
    unsigned int CU_get_suite_pos(CU_pSuite pSuite);
    /**<
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 40.4K bytes
    - Viewed (0)
Back to top