#define NP_ASSERT_PTR_NOT_EQUAL ( a,
 ) 

Value:

do { \
        const void *_a = (a), *_b = (b); \
        if (!(_a != _b)) \
            __np_assert_failed(__FILE__, __LINE__, \
            "NP_ASSERT_PTR_NOT_EQUAL(" #a "=%p, " #b "=%p)", _a, _b); \
    } while(0)
Test that two pointers are not equal, otherwise FAIL the test.


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