Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CU_PASS (0.31 sec)

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

    #include "TestRun.h"  /* not needed here - include (after BOOL define) for user convenience */
    
    /** Record a pass condition without performing a logical test. */
    #define CU_PASS(msg) \
      { CU_assertImplementation(CU_TRUE, __LINE__, ("CU_PASS(" #msg ")"), __FILE__, "", CU_FALSE); }
    
    /** Simple assertion.
     *  Reports failure with no other action.
     */
    #define CU_ASSERT(value) \
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 18.6K bytes
    - Viewed (0)
Back to top