#define NP_ASSERT_NOT_EQUAL ( a,
 ) 

Value:

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


Generated on Wed Jan 16 01:28:40 2013 for NovaProva by  doxygen 1.5.8