#define NP_ASSERT_EQUAL ( a,
 ) 

Value:

do { \
        long long _a = (a), _b = (b); \
        if (!(_a == _b)) \
            __np_assert_failed(__FILE__, __LINE__, \
            "NP_ASSERT_EQUAL(" #a "=%lld, " #b "=%lld)", _a, _b); \
    } while(0)
Test that two signed integers are equal, otherwise FAIL the test.


Generated on Wed Aug 15 11:33:42 2012 for NovaProva by  doxygen 1.5.8